mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-15 01:09:15 +00:00
Kernel now compiles on x32
This commit is contained in:
@ -511,9 +511,7 @@ namespace CrashHandler
|
||||
goto CrashEnd;
|
||||
|
||||
#elif defined(__i386__)
|
||||
void *Frame = Data;
|
||||
#elif defined(__aarch64__)
|
||||
void *Frame = Data;
|
||||
#endif
|
||||
|
||||
CrashEnd:
|
||||
|
Reference in New Issue
Block a user