mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 00:29:24 +02:00
* fixed order of cgloc2str strings
git-svn-id: trunk@13352 -
This commit is contained in:
parent
a8e6f79ef3
commit
6898b10e2e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user