File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 4646#include " utilities/formatBuffer.hpp"
4747#include " utilities/macros.hpp"
4848#include " utilities/powerOfTwo.hpp"
49- long fubar = 0 ;
49+
5050// Declaration and definition of StubGenerator (no .hpp file).
5151// For a more detailed description of the stub routine structure
5252// see the comment in stubRoutines.hpp.
@@ -3201,8 +3201,6 @@ class StubGenerator: public StubCodeGenerator {
32013201
32023202 if (return_barrier_exception) {
32033203 Register handler = Z_R1_scratch;
3204- __ load_const_optimized (Z_ARG2, (uintptr_t )&fubar);
3205- __ z_agsi (0 , Z_ARG2, 1 );
32063204 __ z_lg (Z_ARG2, _z_common_abi (return_pc), Z_SP); // exception pc
32073205 __ save_return_pc ();
32083206 __ push_frame_abi160 (0 + 2 * BytesPerWord);
You can’t perform that action at this time.
0 commit comments