Browse Source

morphunits: fix a field name typo in TMemEntry

git-svn-id: trunk@30916 -
Károly Balogh 10 years ago
parent
commit
4261449aa1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/morphunits/src/exec.pas

+ 1 - 1
packages/morphunits/src/exec.pas

@@ -544,7 +544,7 @@ type
   TMemEntry = packed record
     me_Un: packed record
     case Byte of
-      0 : (meu_Regs: DWord);
+      0 : (meu_Reqs: DWord);
       1 : (meu_Addr: Pointer)
     end;
     me_Length: DWord;