summaryrefslogtreecommitdiff
path: root/yjit_core.h
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-05-10 17:05:12 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:35 -0400
commit7eef8f09c09d054b0554a304456a0bbd9df40d86 (patch)
tree7ab1742634d462f41e7db9f79c0dee9f2d8148c4 /yjit_core.h
parentce928473d054b3fcbe2b05a1432b770dccd54bef (diff)
Implement getblockparamproxy
* Implement getblockparamproxy * Parallel runner: wait for timeout thread to terminate after killing Or else the leak cheaker could sees the thread as running and cause test failures in test-tool. * Add a comment, use jne * Comment about where 0x3 comes from
Diffstat (limited to 'yjit_core.h')
-rw-r--r--yjit_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/yjit_core.h b/yjit_core.h
index e44b9fe30c..948ea3bd72 100644
--- a/yjit_core.h
+++ b/yjit_core.h
@@ -17,6 +17,8 @@
#define REG0_32 EAX
#define REG1_32 ECX
+#define REG0_8 AL
+
// Maximum number of temp value types we keep track of
#define MAX_TEMP_TYPES 8