diff --git a/compiler/runtime/Helpers.inc b/compiler/runtime/Helpers.inc index 5958227b270..47980adeaaa 100644 --- a/compiler/runtime/Helpers.inc +++ b/compiler/runtime/Helpers.inc @@ -428,7 +428,8 @@ SETVAL(TR_X86OutlinedNewNoZeroInit,TR_FSRH+50) SETVAL(TR_X86OutlinedNewArrayNoZeroInit,TR_FSRH+51) SETVAL(TR_X86CodeCachePrefetchHelper,TR_FSRH+52) SETVAL(TR_X86interpreterUnresolvedConstantDynamicGlue,TR_FSRH+53) -SETVAL(TR_LXRH,TR_FSRH+54) +SETVAL(TR_X86interpreterStaticAndSpecialGlue,TR_FSRH+54) +SETVAL(TR_LXRH,TR_FSRH+55) SETVAL(TR_IA32longDivide,TR_LXRH+0) SETVAL(TR_IA32longRemainder,TR_LXRH+1)