mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix hex code for mov_r8,[rsp+DWORD]
This commit is contained in:
parent
f4e139d1ac
commit
7c320a5b75
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ int mount(
|
|||
unsigned mountflags, void *data
|
||||
) {
|
||||
asm (
|
||||
"DEFINE mov_r8,[rsp+DWORD] 4C8D8424"
|
||||
"DEFINE mov_r8,[rsp+DWORD] 4C8B8424"
|
||||
"DEFINE mov_r10,[rsp+DWORD] 4C8B9424"
|
||||
"lea_rdi,[rsp+DWORD] %40"
|
||||
"mov_rdi,[rdi]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue