Removed virtual

This commit is contained in:
Christoffer Lerno
2021-11-08 09:46:38 +01:00
committed by Christoffer Lerno
parent 4e47f0b624
commit 15f902579b
33 changed files with 580 additions and 578 deletions

View File

@@ -149,6 +149,7 @@ add_executable(c3c
src/compiler/llvm_codegen_c_abi_win64.c
src/compiler/llvm_codegen_c_abi_aarch64.c
src/compiler/headers.c
src/compiler/codegen_general.c
src/compiler/llvm_codegen_c_abi_riscv.c
src/compiler/llvm_codegen_c_abi_wasm.c)