InitFieldObjectStateFromTemplate (nonmatching, same as ruby)

This commit is contained in:
scnorton
2017-09-06 14:25:17 -04:00
parent 1087d1c822
commit 9498dfa71c
5 changed files with 233 additions and 194 deletions

View File

@@ -8,6 +8,7 @@
// to help in decompiling
#define asm_comment(x) asm volatile("@ -- " x " -- ")
#define asm_unified(x) asm(".syntax unified\n" x "\n.syntax divided")
#ifdef __APPLE__
void memset(void *, int, size_t);