Browse Source

- removed spilling_get_operation_type override for 6502

Nikolay Nikolov 2 months ago
parent
commit
8ada886c99
1 changed files with 0 additions and 9 deletions
  1. 0 9
      compiler/mos6502/aasmcpu.pas

+ 0 - 9
compiler/mos6502/aasmcpu.pas

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