Index: dwarf2cfi.c =================================================================== RCS file: /cvs/src/src/gdb/dwarf2cfi.c,v retrieving revision 1.1.2.3 diff -c -3 -p -r1.1.2.3 dwarf2cfi.c *** dwarf2cfi.c 22 May 2002 12:55:38 -0000 1.1.2.3 --- dwarf2cfi.c 22 May 2002 13:15:28 -0000 *************** execute_stack_op (struct objfile *objfil *** 875,881 **** while (op_ptr < op_end) { enum dwarf_location_atom op = *op_ptr++; ! ULONGEST result, reg; LONGEST offset; switch (op) --- 875,882 ---- while (op_ptr < op_end) { enum dwarf_location_atom op = *op_ptr++; ! CORE_ADDR result; ! ULONGEST reg; LONGEST offset; switch (op)