Considering my track record, I might be wrong again, but it looks like this might actually be a bug.

If you add lib.fs to startup.fs, or add it to your own turnkeyed app, you come up with the address of libs on the stack.

In fflib.fs and oldlib.fs you have:

: init-shared-libs ( -- )
    defers 'cold  libs
...

It appears that the libs here needs to be removed. I still need to figure out how to test this in a turnkeyed app, but the extra stack item most certainly appears to be a problem.

DaR


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to