Prechádzať zdrojové kódy

- rm ti8086procinfo.allocate_got_register as it isn't used on the i8086

git-svn-id: branches/i8086@24238 -
nickysn 12 rokov pred
rodič
commit
c916105db8
1 zmenil súbory, kde vykonal 0 pridanie a 10 odobranie
  1. 0 10
      compiler/i8086/cpupi.pas

+ 0 - 10
compiler/i8086/cpupi.pas

@@ -36,7 +36,6 @@ unit cpupi;
          procedure set_first_temp_offset;override;
          function calc_stackframe_size:longint;override;
          procedure generate_parameter_info;override;
-         procedure allocate_got_register(list: tasmlist);override;
        end;
 
 
@@ -96,15 +95,6 @@ unit cpupi;
           para_stack_size := 0;
       end;
 
-    procedure ti8086procinfo.allocate_got_register(list: tasmlist);
-      begin
-        if (target_info.system in [system_i386_darwin,system_i386_iphonesim]) and
-           (cs_create_pic in current_settings.moduleswitches) then
-          begin
-            got := cg.getaddressregister(list);
-          end;
-      end;
-
 begin
    cprocinfo:=ti8086procinfo;
 end.