|
@@ -1054,8 +1054,6 @@ implementation
|
|
end;
|
|
end;
|
|
|
|
|
|
procedure thlcgjvm.g_initialize(list: TAsmList; t: tdef; const ref: treference);
|
|
procedure thlcgjvm.g_initialize(list: TAsmList; t: tdef; const ref: treference);
|
|
- var
|
|
|
|
- extra_slots: longint;
|
|
|
|
begin
|
|
begin
|
|
a_load_const_ref(list,t,0,ref);
|
|
a_load_const_ref(list,t,0,ref);
|
|
end;
|
|
end;
|
|
@@ -1127,8 +1125,6 @@ implementation
|
|
getputopc: array[boolean,boolean] of tasmop =
|
|
getputopc: array[boolean,boolean] of tasmop =
|
|
((a_putfield,a_putstatic),
|
|
((a_putfield,a_putstatic),
|
|
(a_getfield,a_getstatic));
|
|
(a_getfield,a_getstatic));
|
|
- var
|
|
|
|
- size: aint;
|
|
|
|
begin
|
|
begin
|
|
if assigned(ref.symbol) then
|
|
if assigned(ref.symbol) then
|
|
begin
|
|
begin
|