Progress, but it still doesn't build. I think I'm close, now...

This commit is contained in:
Simon Brooke 2026-03-29 12:03:31 +01:00
parent 00997d3c90
commit 04bf001652
12 changed files with 58 additions and 47 deletions

View file

@ -8,12 +8,10 @@
*/
#include "memory/node.h"
#include "memory/pso.h"
#include "memory/pso2.h"
#include "memory/pso4.h"
#include "payloads/stack.h"
#define STACKTAG "STK"
#define STACKTV 4936787
/**
* @brief The maximum depth of stack before we throw an exception.
*