mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +02:00
* fix building of ppudump
git-svn-id: trunk@34810 -
This commit is contained in:
parent
657aa06360
commit
9553e8b5a8
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user