Commit dad7827
committed
Fix for upcoming work overhauling unsigned-byte arrays
Java bytes are signed, which means that accessing such a value from
Lisp should be converted into a negative value between [-127 0) for
bytes with a the high bit set [128 255). The in-progress changes to
use unsigned-byte currently inadvertantly "fixes" direct use of such
values to set places in UNSIGNED-BYTE arrays.
<armedbear/abcl#625>1 parent c753c7e commit dad7827
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
| 276 | + | |
276 | 277 | | |
277 | 278 | | |
278 | 279 | | |
| |||
0 commit comments