X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Farm_utils.s;h=9d516493901b2020c66997b90d9fd35e4621f316;hb=13b692eb4ee66fd0c7d4d45bdead750a4defa90e;hp=1d14265c07c2b80a58fe395b5ad243101290aac8;hpb=0480e6c9696e4d4cbd451a91a7ef63d96f60542d;p=libpicofe.git diff --git a/common/arm_utils.s b/common/arm_utils.s index 1d14265..9d51649 100644 --- a/common/arm_utils.s +++ b/common/arm_utils.s @@ -214,10 +214,3 @@ spend_cycles: bx lr -.global flushcache - -flushcache: - swi #0x9f0002 - mov pc, lr - -