[headers 11] stackcheck.h, jpeg functions (#2171)

* [headers 11] stackcheck.h, jpeg functions

* bss
This commit is contained in:
Dragorn421
2024-09-08 18:02:38 +02:00
committed by GitHub
parent c39323a336
commit de1a08c061
9 changed files with 47 additions and 37 deletions
+2
View File
@@ -1,6 +1,8 @@
#ifndef STACK_H
#define STACK_H
#include "alignment.h"
#define STACK(stack, size) \
u64 stack[ALIGN8(size) / sizeof(u64)]