diff options
Diffstat (limited to 'gprof/alpha.c')
-rw-r--r-- | gprof/alpha.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/alpha.c b/gprof/alpha.c index 843dda3..74fd01f 100644 --- a/gprof/alpha.c +++ b/gprof/alpha.c @@ -43,14 +43,14 @@ typedef union a; /* any format */ struct { - signed disp:21; + int disp:21; unsigned ra:5; unsigned op_code:6; } b; /* branch format */ struct { - signed hint:14; + int hint:14; unsigned func:2; unsigned rb:5; unsigned ra:5; |