* fixed lowercase entry in uppercond2str

git-svn-id: trunk@29891 -
This commit is contained in:
Jonas Maebe 2015-02-23 22:51:25 +00:00
parent 53548663e3
commit 17bcd207af

View File

@ -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'
);