From f6af44d6742d96ecf002eb24475ecc23bf3d2d72 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Fri, 27 Sep 2013 21:56:11 +0200 Subject: currentScope now in r14 --- compiler/elymasGlobalSysOpt.ey | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'compiler/elymasGlobalSysOpt.ey') diff --git a/compiler/elymasGlobalSysOpt.ey b/compiler/elymasGlobalSysOpt.ey index 8bd2f90..4f2b9a6 100644 --- a/compiler/elymasGlobalSysOpt.ey +++ b/compiler/elymasGlobalSysOpt.ey @@ -104,22 +104,6 @@ :retn ]] /eyreplace defv - # returns currentScope into userspace - # 0 <- ::currentScope as integer - [[ - /rbx :popqReg - - ::internalAllocateInteger /rax :movqImmReg - /rax :callqReg - /rax :pushqReg - - ::currentScope /rdx :movqImmReg - /rdx 8 /rax :movqRegMemDisp8 - - /rbx :pushqReg - :retn - ]] /eycurrentScope defv - # returns internalAllocateScope into userspace # 0 <- ::internalAllocateScope as integer [[ -- cgit v1.2.3