Browse Source

* updated comment to inform that 'call far reg' is not a valid x86 instruction
at all, and not just that we don't expect it

git-svn-id: trunk@32108 -

nickysn 9 years ago
parent
commit
bdf719c4df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/cpu16/i8086/tfarcal2.pp

+ 1 - 1
tests/test/cpu16/i8086/tfarcal2.pp

@@ -72,7 +72,7 @@ begin
   if ((modrm shr 3) and 7) <> 3 then
     Error;
 
-  { 'call reg'? -> not an indirect call }
+  { 'call far reg'??? -> invalid instruction }
   if (modrm shr 6)=3 then
     Error;