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
6c553bc634
commit
a20d335d06
@ -249,6 +249,7 @@ ENTRY(epc_syscall, 8)
|
|||||||
.prologue
|
.prologue
|
||||||
.unwabi @svr4, 'E'
|
.unwabi @svr4, 'E'
|
||||||
.save rp, r0
|
.save rp, r0
|
||||||
|
.body
|
||||||
{ .mmi
|
{ .mmi
|
||||||
mov r16=ar.rsc
|
mov r16=ar.rsc
|
||||||
mov ar.rsc=0
|
mov ar.rsc=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user