src/cpu/x86/vm/templateTable_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/templateTable_x86.cpp	Thu Dec  3 14:02:19 2015
--- new/src/cpu/x86/vm/templateTable_x86.cpp	Thu Dec  3 14:02:18 2015

*** 41,52 **** --- 41,52 ---- #ifndef CC_INTERP #define __ _masm-> // Global Register Names ! static const Register rbcp = LP64_ONLY(r13) NOT_LP64(rsi); ! static const Register rlocals = LP64_ONLY(r14) NOT_LP64(rdi); // Platform-dependent initialization void TemplateTable::pd_initialize() { // No x86 specific initialization }

src/cpu/x86/vm/templateTable_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File