From 5733a45cd43d177e776f51c13666a39248d50ce4 Mon Sep 17 00:00:00 2001 From: slava Date: Wed, 24 May 2006 22:42:21 +0000 Subject: [PATCH] Fix x86 typo --- library/compiler/x86/intrinsics.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/compiler/x86/intrinsics.factor b/library/compiler/x86/intrinsics.factor index af538d1a81..d4d8189358 100644 --- a/library/compiler/x86/intrinsics.factor +++ b/library/compiler/x86/intrinsics.factor @@ -260,7 +260,7 @@ IN: compiler ! User environment : %userenv ( -- ) - "x" operand "userenv" f [ MOV ] 2keep + "x" operand "userenv" f [ dlsym MOV ] 2keep rel-absolute-cell rel-dlsym "n" operand fixnum>slot@ "n" operand "x" operand ADD ;