tinycc/win32
Benjamin Oldenburg 2203a4407a winnt.h: add compile-time CONTEXT size assertions for fallback path
The static assertions in tccrun.c only validate CONTEXT when building
native Windows ARM64 (_WIN64 && __aarch64__). Cross-compilation builds
use the fallback definition without validation, so layout errors would
be silent.

Add matching C_ASSERT() checks after the ARM64_NT_CONTEXT definition
to catch struct layout mismatches during cross-compilation.
2026-04-04 20:02:33 +07:00
..
examples Remove trailing whitespaces from source files 2026-04-04 20:02:32 +07:00
include winnt.h: add compile-time CONTEXT size assertions for fallback path 2026-04-04 20:02:33 +07:00
lib arm64: support mnemonic win32 stack helpers 2026-04-04 20:02:32 +07:00
build-tcc.bat arm64: clarify inline asm support boundary 2026-04-04 20:02:32 +07:00
tcc-win32.txt win32: tcc-win32.txt: fixup 2 mingw includes note 2024-10-23 16:32:49 +03:00
test_arm64_backtrace.c Add ARM64 Windows coverage and fix native run guard 2026-04-04 20:02:31 +07:00
test_arm64_inline_asm.c Add ARM64 Windows coverage and fix native run guard 2026-04-04 20:02:31 +07:00
test_arm64_libtcc_context.c Fix Windows ARM64 runtime regressions and coverage 2026-04-04 20:02:31 +07:00
test_arm64_libtcc_context.S arm64: support mnemonic win32 stack helpers 2026-04-04 20:02:32 +07:00
test_arm64.c Add and stabilize Windows ARM64 support 2026-04-04 20:02:31 +07:00
test_pe_field_alignment.c Fix Windows ARM64 runtime regressions and coverage 2026-04-04 20:02:31 +07:00
test_pe_field_alignment.ref Fix Windows ARM64 runtime regressions and coverage 2026-04-04 20:02:31 +07:00
test_rstdin.c Fix Windows ARM64 runtime regressions 2026-04-04 20:02:31 +07:00
test_run_argv.c Fix Windows ARM64 runtime regressions and coverage 2026-04-04 20:02:31 +07:00
test_run_argv.ref Fix Windows ARM64 runtime regressions and coverage 2026-04-04 20:02:31 +07:00
test_run_exit.c Fix Windows ARM64 runtime regressions and coverage 2026-04-04 20:02:31 +07:00
test_run_stdin.c Fix Windows ARM64 runtime regressions and coverage 2026-04-04 20:02:31 +07:00
test_run_stdin.ref Fix Windows ARM64 runtime regressions and coverage 2026-04-04 20:02:31 +07:00