2003-09-20 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / config / pa / tm-hppa.h
index d1b35551546228652150885f0998b79db1bf688a..751101d50b4d406f878ccf04cc9c401ee3557996 100644 (file)
@@ -119,7 +119,7 @@ extern int hppa_instruction_nullified (void);
    specified in the calling convention doc. As far as I know, the only
    way to get the return value is to have the caller tell us where it
    told the callee to put it, rather than have the callee tell us.  */
-struct value *hppa_value_returned_from_stack (register struct type *valtype,
+struct value *hppa_value_returned_from_stack (struct type *valtype,
                                              CORE_ADDR addr);
 #define VALUE_RETURNED_FROM_STACK(valtype,addr) \
   hppa_value_returned_from_stack (valtype, addr)
This page took 0.026327 seconds and 4 git commands to generate.