]> gitweb.factorcode.org Git - factor.git/blob - basis/cpu/x86/32/unix/bootstrap.factor
Store stack bounds in TIB on win64 to make C++ exceptions work
[factor.git] / basis / cpu / x86 / 32 / unix / bootstrap.factor
1 ! Copyright (C) 2010 Slava Pestov.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: kernel parser sequences ;
4 IN: bootstrap.x86
5
6 << "vocab:cpu/x86/unix/bootstrap.factor" parse-file suffix! >> call
7 << "vocab:cpu/x86/32/bootstrap.factor" parse-file suffix! >> call
8 << "vocab:cpu/x86/bootstrap.factor" parse-file suffix! >> call