diff options
author | Jeff Law <law@gcc.gnu.org> | 1997-04-28 09:17:21 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-04-28 09:17:21 -0600 |
commit | 7740d00c6f673ef5c9574f1d5c797c712c3772ce (patch) | |
tree | b368ee656b13b1d15ec1b80686f0f521a81d68b5 | |
parent | b835c5b30e5ef49488d634aebc9ffc40e9590121 (diff) | |
download | gcc-7740d00c6f673ef5c9574f1d5c797c712c3772ce.zip gcc-7740d00c6f673ef5c9574f1d5c797c712c3772ce.tar.gz gcc-7740d00c6f673ef5c9574f1d5c797c712c3772ce.tar.bz2 |
h8300.c (push_order, pop_order): Add missing initializer entries.
* h8300.c (push_order, pop_order): Add missing initializer
entries.
From-SVN: r13987
-rw-r--r-- | gcc/config/h8300/h8300.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/h8300/h8300.c b/gcc/config/h8300/h8300.c index 7a7ec4b..8476fcc 100644 --- a/gcc/config/h8300/h8300.c +++ b/gcc/config/h8300/h8300.c @@ -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: |