mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Allow hypervisor calls with more than 7 arguments.
This commit is contained in:
parent
004fc69c12
commit
0ef685586f
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@
|
|||
ASENTRY(phyp_hcall)
|
||||
mflr %r0
|
||||
std %r0,16(%r1)
|
||||
ld %r11,112(%r1) /* Last couple args into volatile regs*/
|
||||
ld %r12,120(%r1)
|
||||
hc /* invoke the hypervisor */
|
||||
ld %r0,16(%r1)
|
||||
mtlr %r0
|
||||
|
|
|
|||
Loading…
Reference in a new issue