Playing with pahole.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4756 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2024-01-11 01:38:30 +00:00
parent 9e5e7b70d4
commit 74eb74deb1
7 changed files with 19 additions and 20 deletions

View File

@ -71,10 +71,10 @@ typedef struct _promise_t
typedef struct _promise_stack_t
{
uint32_t hash;
int count;
const char* stack;
void* cstack[32];
int cstack_count;
int count;
} promise_stack_t;
typedef struct _hitch_t