mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 11:57:35 +00:00
Utilities: Fix Build on x86_64
This commit is contained in:
parent
8e575d2f62
commit
2c2cf90661
3 changed files with 31 additions and 15 deletions
|
@ -243,7 +243,7 @@ int main(int argc, char** argv)
|
|||
|
||||
VERIFY(optional_regs.has_value());
|
||||
const PtraceRegisters& regs = optional_regs.value();
|
||||
#if ARCH(I686)
|
||||
#if ARCH(I386)
|
||||
const FlatPtr ip = regs.eip;
|
||||
#else
|
||||
const FlatPtr ip = regs.rip;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue