diff options
Diffstat (limited to 'test/kvm-eviction_guest.S')
| -rw-r--r-- | test/kvm-eviction_guest.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kvm-eviction_guest.S b/test/kvm-eviction_guest.S index eb04d2a..ce696cd 100644 --- a/test/kvm-eviction_guest.S +++ b/test/kvm-eviction_guest.S @@ -8,7 +8,7 @@ .global guest_without_stop guest_with_start: - movq (L1_LINESIZE * (TARGET_SET + L1_SETS)), %rbx + mov (L1_LINESIZE * (TARGET_SET + L1_SETS)), %rbx hlt jmp guest_with_start guest_with_stop: |
