mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 19:32:16 +00:00
7 lines
190 B
LLVM
7 lines
190 B
LLVM
|
; RUN: llvm-as < %s | llc
|
||
|
|
||
|
define i64 @t(i64 %maxIdleDuration) nounwind {
|
||
|
call void asm sideeffect "wrmsr", "{cx},A,~{dirflag},~{fpsr},~{flags}"( i32 416, i64 0 ) nounwind
|
||
|
unreachable
|
||
|
}
|