HACK bootstrappable: ARM: "tccpp_ok".

This commit is contained in:
Jan (janneke) Nieuwenhuizen 2021-12-20 08:20:26 +01:00
parent b17abf12ef
commit ae201e2da8
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,13 @@
#include "tcc.h"
#endif
#if BOOTSTRAP && __arm__
void
tccpp_ok ()
{
}
#endif
/********************************************************/
/* global variables */