From 97410042bd24205ef8b4201746df611737e248b4 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 11 Apr 2023 14:37:50 +0000 Subject: [RV64_DYNAREC] Fixed 0F BD opcode (Fixed SV) --- src/tools/bitutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/bitutils.c') diff --git a/src/tools/bitutils.c b/src/tools/bitutils.c index fc8879af..7d4b3a32 100644 --- a/src/tools/bitutils.c +++ b/src/tools/bitutils.c @@ -18,5 +18,5 @@ int TrailingZeros64(uint64_t x) { const uint8_t lead0tab[16] = { //0b0000 0b0001 0b0010 0b0011 0b0100 0b0101 0b0110 0b0111 0b1000... - 0, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4 + 0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3 }; \ No newline at end of file -- cgit 1.4.1