Commit 60b55947 by Jason Merrill Committed by Jason Merrill

* frame.h (frame_state): Move base_offset to end.

From-SVN: r34864
parent 90418208
2000-07-04 Jason Merrill <jason@redhat.com>
* frame.h (frame_state): Move base_offset to end.
Mon Jul 3 21:31:43 2000 Clinton Popetz <cpopetz@cygnus.com> Mon Jul 3 21:31:43 2000 Clinton Popetz <cpopetz@cygnus.com>
* calls.c (emit_library_call_value_1): Revert previous change. * calls.c (emit_library_call_value_1): Revert previous change.
......
...@@ -30,12 +30,12 @@ typedef struct frame_state ...@@ -30,12 +30,12 @@ typedef struct frame_state
void *cfa; void *cfa;
void *eh_ptr; void *eh_ptr;
long cfa_offset; long cfa_offset;
long base_offset;
long args_size; long args_size;
long reg_or_offset[DWARF_FRAME_REGISTERS+1]; long reg_or_offset[DWARF_FRAME_REGISTERS+1];
unsigned short cfa_reg; unsigned short cfa_reg;
unsigned short retaddr_column; unsigned short retaddr_column;
char saved[DWARF_FRAME_REGISTERS+1]; char saved[DWARF_FRAME_REGISTERS+1];
long base_offset;
char indirect; char indirect;
} frame_state; } frame_state;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment