From 90c3d921732b24a4e265623c01b904742d19e7a3 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 3 Aug 1999 00:28:24 +0000 Subject: [PATCH] - removed the stuff of the last commit :) --- compiler/new/alpha/tgcpu.pas | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/compiler/new/alpha/tgcpu.pas b/compiler/new/alpha/tgcpu.pas index 138c871f83..ad154f02bd 100644 --- a/compiler/new/alpha/tgcpu.pas +++ b/compiler/new/alpha/tgcpu.pas @@ -30,12 +30,10 @@ unit tgcpu; type ttgalpha = Object(ttgobj) - end; + end; var tg : ttgalpha; - reg_pushes : array[firstreg..lastreg] of longint; - is_reg_var : array[firstreg..lastreg] of boolean; implementation @@ -44,7 +42,10 @@ begin end. { $Log$ - Revision 1.2 1999-08-03 00:25:28 florian + Revision 1.3 1999-08-03 00:28:24 florian + - removed the stuff of the last commit :) + + Revision 1.2 1999/08/03 00:25:28 florian * added reg var stuff Revision 1.1 1999/08/03 00:24:01 michael