summaryrefslogtreecommitdiff
path: root/src/jit/emit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/emit.h')
-rw-r--r--src/jit/emit.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/jit/emit.h b/src/jit/emit.h
index c35532233e..39241278a5 100644
--- a/src/jit/emit.h
+++ b/src/jit/emit.h
@@ -942,9 +942,6 @@ protected:
iiaEncodedInstrCount = (count << iaut_SHIFT) | iaut_INST_COUNT;
}
- // Note that we use the _idReg3 and _idReg4 fields to hold
- // the live gcrefReg mask for the call instructions on arm64
- //
struct
{
regNumber _idReg3 :REGNUM_BITS;