aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2cfi.c
diff options
context:
space:
mode:
authorMichal Ludvig <mludvig@suse.cz>2002-10-24 01:37:40 +0000
committerMichal Ludvig <mludvig@suse.cz>2002-10-24 01:37:40 +0000
commitb64bbf8c48a18ee3e1c158d5df43141033144bbf (patch)
tree099b502ef3bc8d324901f4c0bb1be150d30d289b /gdb/dwarf2cfi.c
parentbaed091b2b498c9cd74af81c6891ad13c312ee47 (diff)
downloadfsf-binutils-gdb-b64bbf8c48a18ee3e1c158d5df43141033144bbf.zip
fsf-binutils-gdb-b64bbf8c48a18ee3e1c158d5df43141033144bbf.tar.gz
fsf-binutils-gdb-b64bbf8c48a18ee3e1c158d5df43141033144bbf.tar.bz2
Reindented.
Diffstat (limited to 'gdb/dwarf2cfi.c')
-rw-r--r--gdb/dwarf2cfi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/dwarf2cfi.c b/gdb/dwarf2cfi.c
index 41e645b..ddb42ab 100644
--- a/gdb/dwarf2cfi.c
+++ b/gdb/dwarf2cfi.c
@@ -814,13 +814,13 @@ frame_state_for (struct context *context, struct frame_state *fs)
gdb_assert (fde->cie_ptr != NULL);
cie = fde->cie_ptr;
-
+
fs->code_align = cie->code_align;
fs->data_align = cie->data_align;
fs->retaddr_column = cie->ra;
fs->addr_encoding = cie->addr_encoding;
fs->objfile = cie->objfile;
-
+
execute_cfa_program (cie->objfile, cie->data,
cie->data + cie->data_length, context, fs);
execute_cfa_program (cie->objfile, fde->data,
@@ -1094,7 +1094,7 @@ execute_stack_op (struct objfile *objfile,
case DW_OP_deref_size:
{
int len = *op_ptr++;
- if (len != 1 && len != 2 && len != 4 && len !=8)
+ if (len != 1 && len != 2 && len != 4 && len != 8)
internal_error (__FILE__, __LINE__,
"execute_stack_op error");
result = read_memory_unsigned_integer (result, len);