diff options
Diffstat (limited to 'util/m5/m5op_x86.S')
-rw-r--r-- | util/m5/m5op_x86.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/m5/m5op_x86.S b/util/m5/m5op_x86.S index 69995e0ab..2a8abbb6e 100644 --- a/util/m5/m5op_x86.S +++ b/util/m5/m5op_x86.S @@ -58,6 +58,7 @@ name: \ mov 0(%r11, %rax, 1), %rax; \ ret; \ .endfunc; + #else /* Use the magic instruction based m5op interface. This does not work * in virtualized environments. |