]> gitweb.factorcode.org Git - factor.git/blob - vm/cpu-x86.32.hpp
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / vm / cpu-x86.32.hpp
1 namespace factor
2 {
3
4 #define FACTOR_CPU_STRING "x86.32"
5
6 register cell ds asm("esi");
7 register cell rs asm("edi");
8
9 #define VM_ASM_API VM_C_API __attribute__ ((regparm (2)))
10 #define VM_ASM_API_OVERFLOW VM_C_API __attribute__ ((regparm (3)))
11 }