Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Shwartsman committed Oct 29, 2024
1 parent 94df2e8 commit 42e7c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bochs/cpu/decoder/fetchdecode.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ BX_CPP_INLINE Bit64u FetchQWORD(const Bit8u *iptr)
#define BX_PREPARE_AMX (0x400)
#define BX_EVEX_VL_IGNORE (0x200 | BX_PREPARE_EVEX)
#define BX_PREPARE_EVEX_NO_BROADCAST (0x100 | BX_PREPARE_EVEX)
#define BX_PREPARE_EVEX_NO_SAE (0x08 | BX_PREPARE_EVEX)
#define BX_PREPARE_EVEX_NO_SAE (0x80 | BX_PREPARE_EVEX)
#define BX_PREPARE_EVEX (0x40)
#define BX_PREPARE_OPMASK (0x20)
#define BX_PREPARE_AVX (0x10)
Expand Down

0 comments on commit 42e7c31

Please sign in to comment.