Commit b079cf7
authored
Commit 69332fb is a cherry-pick of bellard/quickjs@9bd10d8 but changed
the type of a field from uint8_t to bool. That normally would have been
fine except that the layouts of JSVarRef and JSGCObjectHeader need to
match. They did on architectures where sizeof(bool) == sizeof(char) but
that is not the case on at least powerpc and probably others.
1 parent 0191aea commit b079cf7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| |||
0 commit comments