Forráskód Böngészése

- removed spilling_get_operation_type override for 6502

Nikolay Nikolov 2 hónapja
szülő
commit
8ada886c99
1 módosított fájl, 0 hozzáadás és 9 törlés
  1. 0 9
      compiler/mos6502/aasmcpu.pas

+ 0 - 9
compiler/mos6502/aasmcpu.pas

@@ -98,9 +98,6 @@ uses
          procedure loadbool(opidx:longint;_b:boolean);
          procedure loadbool(opidx:longint;_b:boolean);
          { register allocation }
          { register allocation }
          function is_same_reg_move(regtype: Tregistertype):boolean; override;
          function is_same_reg_move(regtype: Tregistertype):boolean; override;
-
-         { register spilling code }
-         function spilling_get_operation_type(opnr: longint): topertype;override;
       end;
       end;
 
 
       tai_align = class(tai_align_abstract)
       tai_align = class(tai_align_abstract)
@@ -296,12 +293,6 @@ implementation
       end;
       end;
 
 
 
 
-    function taicpu.spilling_get_operation_type(opnr: longint): topertype;
-      begin
-        internalerror(2024040602);
-      end;
-
-
     function spilling_create_load(const ref:treference;r:tregister):Taicpu;
     function spilling_create_load(const ref:treference;r:tregister):Taicpu;
       begin
       begin
         internalerror(2024040603);
         internalerror(2024040603);