ruby/zjit
Daniel Colson 002d746418 ZJIT: Avoid double negative in Mem debug
Prior to this commit the debug output for negative offsets would look
like:

```
Mem64[Reg(3) - -8
```

That makes it look like we're adding instead of subtracting. After this
commit we'll print:

```
Mem64[Reg(3) - 8
```
2025-07-07 15:12:20 +09:00
..
bindgen ZJIT: Support Regexp type (#13760) 2025-07-02 08:06:59 -04:00
src ZJIT: Avoid double negative in Mem debug 2025-07-07 15:12:20 +09:00
.gitignore
build.rs ZJIT: Add --allow-multiple-definition for make zjit-test 2025-05-21 01:22:55 +09:00
Cargo.lock Use expect-test for HIR tests 2025-04-18 21:53:01 +09:00
Cargo.toml YJIT: ZJIT: Allow both JITs in the same build 2025-05-15 00:39:03 +09:00
zjit.mk YJIT: ZJIT: Allow both JITs in the same build 2025-05-15 00:39:03 +09:00