i386.c (memory_address_length): Add missing parenthesis.
Wed Apr 14 11:28:34 1999 Dave Brolley <brolley@cygnus.com> * config/i386/i386.c (memory_address_length): Add missing parenthesis. From-SVN: r26440
This commit is contained in:
parent
2b37afcb36
commit
d232860331
@ -1,3 +1,7 @@
|
||||
Wed Apr 14 11:28:34 1999 Dave Brolley <brolley@cygnus.com>
|
||||
|
||||
* config/i386/i386.c (memory_address_length): Add missing parenthesis.
|
||||
|
||||
Wed Apr 14 13:59:27 1999 Martin von Loewis <loewis@informatik.hu-berlin.de>
|
||||
|
||||
* extend.texi (Deprecated Features): New node.
|
||||
|
@ -5572,7 +5572,7 @@ memory_address_length (addr)
|
||||
|| addr == arg_pointer_rtx
|
||||
|| addr == frame_pointer_rtx
|
||||
|| (REGNO_REG_CLASS (REGNO (addr)) == SIREG
|
||||
&& ix86_cpu == PROCESSOR_K6 && !optimize_size)
|
||||
&& ix86_cpu == PROCESSOR_K6 && !optimize_size))
|
||||
return 1;
|
||||
else
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user