i386.md: Don't allow "builtin_setjmp_receiver" for TARGET_64BIT.
2001-04-05 Bo Thorsen <bo@suse.de> * i386.md: Don't allow "builtin_setjmp_receiver" for TARGET_64BIT. From-SVN: r41118
This commit is contained in:
parent
0b4c1646f3
commit
1e1980d3f3
1 changed files with 1 additions and 1 deletions
|
@ -15847,7 +15847,7 @@
|
|||
|
||||
(define_expand "builtin_setjmp_receiver"
|
||||
[(label_ref (match_operand 0 "" ""))]
|
||||
"flag_pic"
|
||||
"flag_pic && !TARGET_64BIT"
|
||||
"
|
||||
{
|
||||
load_pic_register ();
|
||||
|
|
Loading…
Add table
Reference in a new issue