This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
> NOTE: if you should be on the list of contributors but we forgot you, don't be shy and let us know!
+
+qsdqisjdqls
reg += VAL2;
DISPATCH()
dotfunc:
+PRAGMA_PUSH()
+ *(VM_Code*)(reg) = ((Func)vector_at((*(M_Object*)(reg-SZ_INT))->vtable, VAL))->code;
reg += SZ_INT;
- VAL2 = SZ_INT;
+PRAGMA_POP()
+ DISPATCH()
dotstaticfunc:
PRAGMA_PUSH()
- *(VM_Code*)(reg-SZ_INT) = ((Func)vector_at((*(M_Object*)(reg-SZ_INT-VAL2))->vtable, VAL))->code;
+ *(VM_Code*)(reg-SZ_INT) = ((Func)vector_at((*(M_Object*)(reg-SZ_INT))->vtable, VAL))->code;
PRAGMA_POP()
DISPATCH()
gcini: