mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
* fixed lowercase entry in uppercond2str
git-svn-id: trunk@29891 -
This commit is contained in:
parent
53548663e3
commit
17bcd207af
@ -165,7 +165,7 @@ unit cpubase;
|
||||
);
|
||||
|
||||
uppercond2str : array[TAsmCond] of string[2]=('',
|
||||
'EQ','NE','hs','LO','MI','PL','VS','VC','HI','LS',
|
||||
'EQ','NE','HS','LO','MI','PL','VS','VC','HI','LS',
|
||||
'GE','LT','GT','LE','AL','NV'
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user