Fix POST with streams to use chunked encoding, add http-put word
[factor/jcg.git] / vm / cpu-arm.h
blobe6ea0a115887865d1874a355f901ca1aa7a186a2
1 #define FACTOR_CPU_STRING "arm"
3 register CELL ds asm("r5");
4 register CELL rs asm("r6");
6 #define F_FASTCALL
8 #define FRAME_RETURN_ADDRESS(frame) *(XT *)(frame_successor(frame) + 1)
10 void c_to_factor(CELL quot);
11 void set_callstack(F_STACK_FRAME *to, F_STACK_FRAME *from, CELL length, void *memcpy);
12 void throw_impl(CELL quot, F_STACK_FRAME *rewind);
13 void lazy_jit_compile(CELL quot);