Add missing rsi clobber in code as well

This commit is contained in:
Philipp Oppermann
2016-08-04 01:07:51 +02:00
parent cde3f535c7
commit 46d41d9c3d

View File

@@ -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();
}
}