mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 17:26:35 +02:00
* re-added assembler optimization accidently removed in r44738 as noted by margers on the mailing list
git-svn-id: trunk@44751 -
This commit is contained in:
parent
599b7e80c0
commit
001057b52e
@ -376,6 +376,8 @@ Implementation
|
||||
Result:=OptPass1Data(p);
|
||||
A_UXTB:
|
||||
Result:=OptPass1UXTB(p);
|
||||
A_UXTH:
|
||||
Result:=OptPass1UXTH(p);
|
||||
A_SXTB:
|
||||
Result:=OptPass1SXTB(p);
|
||||
A_SXTH:
|
||||
|
Loading…
Reference in New Issue
Block a user