summaryrefslogtreecommitdiff
path: root/src/jit/importer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/importer.cpp')
-rw-r--r--src/jit/importer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/importer.cpp b/src/jit/importer.cpp
index b5df87b0ec..e1c96cd5be 100644
--- a/src/jit/importer.cpp
+++ b/src/jit/importer.cpp
@@ -17169,7 +17169,7 @@ void Compiler::verInitBBEntryState(BasicBlock* block, EntryState* srcState)
return;
}
- block->bbEntryState = (EntryState*)compGetMemA(sizeof(EntryState));
+ block->bbEntryState = (EntryState*)compGetMem(sizeof(EntryState));
// block->bbEntryState.esRefcount = 1;