Skip to content

Commit

Permalink
Bug 965880 - OdinMonkey: add back masm.storePtr that somehow got lost…
Browse files Browse the repository at this point in the history
… in rebasing on CLOSED TREE (r=me)
  • Loading branch information
Luke Wagner committed Oct 7, 2014
1 parent 651d652 commit aaee0e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/asmjs/AsmJSValidate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7773,6 +7773,7 @@ GenerateFFIIonExit(ModuleCompiler &m, const ModuleCompiler::ExitDescriptor &exit
#if defined(JS_CODEGEN_ARM) || defined(JS_CODEGEN_MIPS)
JS_STATIC_ASSERT(MaybeSavedGlobalReg > 0);
unsigned savedGlobalOffset = framePushed - MaybeSavedGlobalReg;
masm.storePtr(GlobalReg, Address(StackPointer, savedGlobalOffset));
#else
JS_STATIC_ASSERT(MaybeSavedGlobalReg == 0);
#endif
Expand Down

0 comments on commit aaee0e6

Please sign in to comment.