From 7eef8f09c09d054b0554a304456a0bbd9df40d86 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Mon, 10 May 2021 17:05:12 -0400 Subject: 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 --- yjit_core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'yjit_core.h') 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 -- cgit v1.2.3