Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a67cc0a

Browse files
committed
Merge pull request #109 from dotnet-bot/from-tfs
Merge changes from TFS
2 parents bfbdd48 + 557cddc commit a67cc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/amd64/virtualcallstubamd64.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// entry is promoted to the front of the chain. This is declared as extern because
1111
// the default value (CALL_STUB_CACHE_INITIAL_SUCCESS_COUNT) is defined in the header.
1212
// extern size_t g_dispatch_cache_chain_success_counter;
13-
CHAIN_SUCCESS_COUNTER = g_dispatch_cache_chain_success_counter
13+
#define CHAIN_SUCCESS_COUNTER g_dispatch_cache_chain_success_counter
1414

1515
// The reason for not using .equ or '=' here is that otherwise the assembler compiles e.g.
1616
// mov rax, BACKPATCH_FLAG as mov rax, [BACKPATCH_FLAG]

0 commit comments

Comments
 (0)