diff options
Diffstat (limited to 'translate-i386.c')
-rw-r--r-- | translate-i386.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/translate-i386.c b/translate-i386.c index 0e72acf..fd13adb 100644 --- a/translate-i386.c +++ b/translate-i386.c @@ -1544,7 +1544,8 @@ static void gen_setcc(DisasContext *s, int b) } } -/* move T0 to seg_reg and compute if the CPU state may change */ +/* move T0 to seg_reg and compute if the CPU state may change. Never + call this function with seg_reg == R_CS */ static void gen_movl_seg_T0(DisasContext *s, int seg_reg, unsigned int cur_eip) { if (s->pe && !s->vm86) |