From 45b24c37a0ea8886ac13c7a93741566c197071f4 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Sat, 6 Aug 2016 22:48:24 +0200 Subject: x86-64-asm: Implement high %cr registers --- tests/asmtest.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/asmtest.S b/tests/asmtest.S index 80fb362..a565ec0 100644 --- a/tests/asmtest.S +++ b/tests/asmtest.S @@ -72,6 +72,8 @@ mov %rcx, %cr3 movq %cr3, %rax movq %db3, %rbx movq %dr6, %rax +mov %cr8, %rsi +mov %rdi, %cr8 #endif movl %fs, %ecx movl %ebx, %fs -- cgit v1.3.1