You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
loadtest finally works on 16-bit DOS now! But we still have abit to go:
p86extract runs out of allocation memory That allocation name & amount look suspicious as well. Identical in loadtest's attempt at the same large allocation.
Prolly a smarter (read: more automatic) way of handling P86_ImportFile(Slim)
CMake option() that sets a define & preprocessor magic for merging P86_ImportFileSlim into P86_ImportFile, or making the latter into a wrapper around the preferred implementation & keeping both ways as separate functions.
The text was updated successfully, but these errors were encountered:
loadtest
finally works on 16-bit DOS now! But we still have abit to go:p86extract
runs out of allocation memoryThat allocation name & amount look suspicious as well. Identical inloadtest
's attempt at the same large allocation.P86_ImportFile
(Slim
)option()
that sets a define & preprocessor magic for mergingP86_ImportFileSlim
intoP86_ImportFile
, or making the latter into a wrapper around the preferred implementation & keeping both ways as separate functions.The text was updated successfully, but these errors were encountered: