* fixed order of cgloc2str strings

git-svn-id: trunk@13352 -
This commit is contained in:
florian 2009-06-29 19:27:51 +00:00
parent a8e6f79ef3
commit 6898b10e2e

View File

@ -289,8 +289,6 @@ interface
'LOC_CONST',
'LOC_JUMP',
'LOC_FLAGS',
'LOC_CREF',
'LOC_REF',
'LOC_REG',
'LOC_CREG',
'LOC_FPUREG',
@ -302,7 +300,10 @@ interface
'LOC_SSETREG',
'LOC_CSSETREG',
'LOC_SSETREF',
'LOC_CSSETREF');
'LOC_CSSETREF',
'LOC_CREF',
'LOC_REF'
);
var
mms_movescalar : pmmshuffle;