summary refs log tree commit diff stats
path: root/results/scraper/fex/3343
blob: 6226a965cad9f0761b840fa1e07cc6410654e96d (plain) (blame)
1
2
3
4
Syscall instruction doesn't set RCX and R11 correctly
Syscall is supposed to set RCX to the RIP following the instruction and R11 to the EFLAGS.
This is so the kernel can then use `Sysret` which moves these registers back to RIP and EFLAGS.
Noticed this in a new unittest I'm writing.