From a39eccf723824a206c7e1e717399af97cca1d3f0 Mon Sep 17 00:00:00 2001 From: Jacob Bramley Date: Tue, 24 Aug 2010 09:46:33 +0100 Subject: [PATCH] [JAEGER] Comment tweak to align with changes made for bug 588978. [r=me] --- js/src/methodjit/MethodJIT.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/src/methodjit/MethodJIT.cpp b/js/src/methodjit/MethodJIT.cpp index 2ee16603bd8..cb4053cd91d 100644 --- a/js/src/methodjit/MethodJIT.cpp +++ b/js/src/methodjit/MethodJIT.cpp @@ -469,9 +469,9 @@ SYMBOL_STRING(JaegerTrampoline) ":" "\n" * [ entryFp ] * [ stkLimit ] * [ cx ] - * [ fp ] - * [ regs.sp ] + * [ regs.fp ] * [ regs.pc ] + * [ regs.sp ] * [ oldRegs ] * [ previous ] * [ args.ptr3 ] @@ -485,7 +485,7 @@ SYMBOL_STRING(JaegerTrampoline) ":" "\n" " push {r1}" "\n" /* entryFp */ " push {r3}" "\n" /* stackLimit */ " push {r0}" "\n" /* cx */ -" push {r1}" "\n" /* fp */ +" push {r1}" "\n" /* regs.fp */ /* Remaining fields are set elsewhere, but we need to leave space for them. */ " sub sp, sp, #(4*7)" "\n"