Add a body directive before the first instruction in epc_syscall().
This results in a zero length prologue and a body that covers the whole function. This is more correct.
This commit is contained in:
parent
67f79f5a15
commit
2c75b47793
@ -249,6 +249,7 @@ ENTRY(epc_syscall, 8)
|
||||
.prologue
|
||||
.unwabi @svr4, 'E'
|
||||
.save rp, r0
|
||||
.body
|
||||
{ .mmi
|
||||
mov r16=ar.rsc
|
||||
mov ar.rsc=0
|
||||
|
Loading…
Reference in New Issue
Block a user