aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorJames Pollard <james@pollard.dev>2020-06-30 16:38:33 +0100
committerJames Pollard <james@pollard.dev>2020-06-30 16:38:33 +0100
commit7d19237389edebd7cc897494f7db2a4c8dcc97b4 (patch)
tree75fb2f78df3c63feb76d0d6fa6cb59dfd3bda5ee /src/common
parent1bfb8971328f63f5ae963eef45d7f3d4b9971a2a (diff)
downloadvericert-7d19237389edebd7cc897494f7db2a4c8dcc97b4.tar.gz
vericert-7d19237389edebd7cc897494f7db2a4c8dcc97b4.zip
Fix stack frame issue.
We never cons a stack frame since we don't support calls (aside from the initial call which doesn't push a stack frame); removing the cons constructor solves the issue regarding memory separation. This means we now _can't_ support calls even if we wanted to, but due to the way we implement memory, we would need quite a lot of extra work to support this.
Diffstat (limited to 'src/common')
0 files changed, 0 insertions, 0 deletions