Avi Kivity wrote:
Applied, thanks.

-.macro clc
-    push %ax
-    pushf
-    pop %ax
-    and $(~FLAGS_CF), %ax
-    push %ax
-    popf
-    pop %ax

Anthony, any reason you did not use the 'clc' instruction instead of a macro?

Propensity for pain?

I have no idea. I assume I had a reason at the time. Probably debug related.

Regards,

Anthony Liguori

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to