OSDN Git Service

* h8300.c (push_order, pop_order): Add missing initializer
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Apr 1997 15:17:21 +0000 (15:17 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Apr 1997 15:17:21 +0000 (15:17 +0000)
        entries.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13987 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/h8300/h8300.c

index 7a7ec4b..8476fcc 100644 (file)
@@ -200,9 +200,9 @@ dosize (file, op, size)
 
 /* Output assembly language code for the function prologue.  */
 static int push_order[FIRST_PSEUDO_REGISTER] =
-{0, 1, 2, 3, 4, 5, 6, -1, -1};
+{0, 1, 2, 3, 4, 5, 6, -1, -1, -1};
 static int pop_order[FIRST_PSEUDO_REGISTER] =
-{6, 5, 4, 3, 2, 1, 0, -1, -1};
+{6, 5, 4, 3, 2, 1, 0, -1, -1, -1};
 
 /* This is what the stack looks like after the prolog of 
    a function with a frame has been set up: