mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Add missing rsi clobber in code as well
This commit is contained in:
@@ -29,7 +29,7 @@ macro_rules! handler_with_error_code {
|
||||
call $0"
|
||||
:: "i"($name as extern "C" fn(
|
||||
*const ExceptionStackFrame, u64) -> !)
|
||||
: "rdi" : "intel");
|
||||
: "rdi","rsi" : "intel");
|
||||
::core::intrinsics::unreachable();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user