]> gitweb.factorcode.org Git - factor.git/blob - vm/cpu-arm.64.hpp
vm: Add a bunch of half-baked arm files. Also fix some .h issues.
[factor.git] / vm / cpu-arm.64.hpp
1 namespace factor {
2
3 #define FACTOR_CPU_STRING "arm.64"
4
5 // register cell ds asm("r5");
6 // register cell rs asm("r6");
7 inline static void flush_icache(cell start, cell len) {
8   // int result;
9 }
10
11
12
13 }