Skip to content

Fix deserialize_from_prelinked_interpreter for 32-bit linux

Camil Staps requested to merge 117-fix-wasm-graphcopy-on-32-bit-linux into master

What does this MR do?

This is needed since https://gitlab.science.ru.nl/clean-and-itasks/clean-libraries/-/merge_requests/21. It is unclear why this change is correct. Refactoring is still needed.

Related issues

Closes #117 (closed)

Changes to public APIs

None.

Author's checklist (required)

See CONTRIBUTING.md for the rationale behind these items:

  • The commit history does not contain merges (use git rebase -i master if it does)
  • Intermediate commits compile (use git rebase -i master if not)
  • Newly added code has a style consistent with the existing code
  • Newly added code is documented
  • A changelog entry has been added if required. See CONTRIBUTING.md
  • If bugs have been solved, tests have been added
  • Appropriate types have been used, especially in APIs
  • If efficiency is part of the acceptance criteria of the issue, a benchmark is provided
  • If enum instruction in src/abc_instructions.h has changed, ABC_VERSION in src/settings.h has been increased

NB: No new tests are needed because the current suite already covers this; the issue was introduced upstream.

  • Figure out why this change is needed; document this, and possibly refactor into something more logical.
Edited by Camil Staps

Merge request reports