Fix clobber syntax in post

This commit is contained in:
Philipp Oppermann
2016-08-04 01:07:39 +02:00
parent 3a62b42414
commit cde3f535c7

View File

@@ -509,7 +509,7 @@ macro_rules! handler_with_error_code {
call $0" call $0"
:: "i"($name as extern "C" fn( :: "i"($name as extern "C" fn(
*const ExceptionStackFrame, u64) -> !) *const ExceptionStackFrame, u64) -> !)
: "rdi,rsi" : "intel"); : "rdi","rsi" : "intel");
::core::intrinsics::unreachable(); ::core::intrinsics::unreachable();
} }
} }