From 231ce704522183971f3eadb8843efd10d02c97ed Mon Sep 17 00:00:00 2001 From: carl Date: Thu, 2 Apr 1998 03:00:08 +0000 Subject: [PATCH] *** empty log message *** --- bugs/bug0125.pp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 bugs/bug0125.pp diff --git a/bugs/bug0125.pp b/bugs/bug0125.pp deleted file mode 100644 index 9464116414..0000000000 --- a/bugs/bug0125.pp +++ /dev/null @@ -1,11 +0,0 @@ -{ Compile with -Rintel switch } -var - l : longint; -begin - { problem here is that l is replaced by BP-offset } - { relative to stack, and the parser thinks all wrong } - { because of this. } - asm - mov eax, [eax*4+l] - end; -end.