mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
2002-05-22 Michal Ludvig <mludvig@suse.cz>
* dwarf2cfi.c (execute_stack_op): Change type of 'result' from ULONGEST to CORE_ADDR.
This commit is contained in:
@@ -875,7 +875,8 @@ execute_stack_op (struct objfile *objfile,
|
||||
while (op_ptr < op_end)
|
||||
{
|
||||
enum dwarf_location_atom op = *op_ptr++;
|
||||
ULONGEST result, reg;
|
||||
CORE_ADDR result;
|
||||
ULONGEST reg;
|
||||
LONGEST offset;
|
||||
|
||||
switch (op)
|
||||
|
||||
Reference in New Issue
Block a user