Update of /cvsroot/wisp/wisp/src/native
In directory usw-pr-cvs1:/tmp/cvs-serv30227/src/native
Modified Files:
records.nasm
Log Message:
Dropped |record-type-slot-count|.
Index: records.nasm
===================================================================
RCS file: /cvsroot/wisp/wisp/src/native/records.nasm,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- records.nasm 18 Sep 2002 21:05:09 -0000 1.32
+++ records.nasm 18 Sep 2002 21:06:32 -0000 1.33
@@ -204,13 +204,6 @@
jnz signal_record_type_huh
%endmacro
-native record_type_slot_count, 1
- pop eax
- req_record_type
- mov eax, record_type#slot_count(eax)
- encui eax
- ret
-
native record_type_discriminator, 1
pop eax
req_record_type
|