Browse Source

* fix building of ppudump

git-svn-id: trunk@34810 -
florian 8 years ago
parent
commit
9553e8b5a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/utils/ppuutils/ppudump.pp

+ 1 - 1
compiler/utils/ppuutils/ppudump.pp

@@ -1933,7 +1933,7 @@ const
      (mask:po_global;          str:'Global'),
      (mask:po_syscall;         str:'Syscall'),
      (mask:po_syscall_legacy;  str:'SyscallLegacy'),
-     (mask:po_syscall_basenone;str:'SyscallBaseNone');
+     (mask:po_syscall_basenone;str:'SyscallBaseNone'),
      (mask:po_syscall_basefirst;str:'SyscallBaseFirst'),
      (mask:po_syscall_baselast;str:'SyscallBaseLast'),
      (mask:po_syscall_basereg; str:'SyscallBaseReg'),