mn10300.c (expand_prologue, [...]): 16-bit and 64-bit clean-up.
[platform/upstream/gcc.git] / gcc / config / mn10300 / mn10300.c
index f230f12..8104a50 100644 (file)
@@ -380,7 +380,7 @@ can_use_return_insn ()
 void
 expand_prologue ()
 {
-  unsigned int size;
+  HOST_WIDE_INT size;
 
   /* SIZE includes the fixed stack space needed for function calls.  */
   size = get_frame_size () + current_function_outgoing_args_size;
@@ -421,7 +421,7 @@ expand_prologue ()
 void
 expand_epilogue ()
 {
-  unsigned int size;
+  HOST_WIDE_INT size;
 
   /* SIZE includes the fixed stack space needed for function calls.  */
   size = get_frame_size () + current_function_outgoing_args_size;