* config/i386/i386.c (ix86_init_machine_status): Return value.
From-SVN: r64726
This commit is contained in:
parent
ff81da238f
commit
8330e2c642
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-03-22 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* config/i386/i386.c (ix86_init_machine_status): Return value.
|
||||
|
||||
2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* pa.c (output_cbranch, output_bb, output_bvb): Output nop for
|
||||
|
|
|
@ -11794,6 +11794,8 @@ ix86_init_machine_status ()
|
|||
|
||||
f = ggc_alloc_cleared (sizeof (struct machine_function));
|
||||
f->use_fast_prologue_epilogue_nregs = -1;
|
||||
|
||||
return f;
|
||||
}
|
||||
|
||||
/* Return a MEM corresponding to a stack slot with mode MODE.
|
||||
|
|
Loading…
Add table
Reference in a new issue