mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-08-26 13:35:02 +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