Skip to content

Commit

Permalink
Revert back to CHAIN_SUCCESS_COUNTER now that its moved to a #define
Browse files Browse the repository at this point in the history
  • Loading branch information
kangaroo committed Feb 6, 2015
1 parent 7e2b869 commit d6b48b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/amd64/virtualcallstubamd64.S
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ MainLoop_RWCLAS:
cmp r10, [rax+08h] // compare our DispatchToken with one in the ResolveCacheElem
jne MainLoop_RWCLAS
Success_RWCLAS:
PREPARE_EXTERNAL_VAR g_dispatch_cache_chain_success_counter, rsi
PREPARE_EXTERNAL_VAR CHAIN_SUCCESS_COUNTER, rsi
sub qword ptr [rsi],1 // decrement success counter
jl Promote_RWCLAS
mov rax, [rax+10h] // get the ImplTarget
Expand Down

0 comments on commit d6b48b1

Please sign in to comment.