X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=misc%2Fdecoder_test%2Fvmm_decoder.h;h=0c7dcf43617ea31f073e240c3511cd6f54c26794;hb=5d2d71bf1f3105a1fa5085e691eec1fe3306eddc;hp=d7b1d8d3b4b6fcecbf292423d7ae0aa493e08106;hpb=f7e882c9c3afda490c82e1caa4b52487d7e2e80f;p=palacios.git diff --git a/misc/decoder_test/vmm_decoder.h b/misc/decoder_test/vmm_decoder.h index d7b1d8d..0c7dcf4 100644 --- a/misc/decoder_test/vmm_decoder.h +++ b/misc/decoder_test/vmm_decoder.h @@ -7,7 +7,7 @@ #include "vm_guest.h" -typedef enum {INVALID_OPERAND, REG_OPERAND, MEM_OPERAND} operand_type_t; +typedef enum {INVALID_OPERAND, REG_OPERAND, MEM_OPERAND, IMM_OPERAND} operand_type_t; struct x86_operand { addr_t operand;