tweak previous patch

This commit is contained in:
Ian Lance Taylor 1995-02-24 20:25:52 +00:00
parent 7811254cb0
commit 6b67ed7865
1 changed files with 1 additions and 0 deletions

View File

@ -1660,6 +1660,7 @@ load_register (counter, reg, ep)
|| ((ep->X_add_number &~ (offsetT) 0x7fffffff)
== ~ (offsetT) 0x7fffffff))
&& (mips_isa < 3
|| ! ep->X_unsigned
|| sizeof (ep->X_add_number) > 4
|| (ep->X_add_number & 0x80000000) == 0))
{