[x64] Swap to using anchor variables instead of dummy function calls
This commit is contained in:
@@ -20,7 +20,7 @@ namespace cpu {
|
||||
namespace backend {
|
||||
namespace x64 {
|
||||
|
||||
void RegisterMemory() {}
|
||||
volatile int anchor_memory = 0;
|
||||
|
||||
// Note: all types are always aligned in the context.
|
||||
RegExp ComputeContextAddress(X64Emitter& e, const OffsetOp& offset) {
|
||||
|
||||
Reference in New Issue
Block a user