does this help? (#3795)
* does this help? * maybe this helps * oops I snuck in an O0 * only firmware
This commit is contained in:
parent
03759b148b
commit
bf8d07f729
|
@ -400,3 +400,9 @@ float tanf_taylor(float x) {
|
|||
// tan = sin / cos
|
||||
return sin_val / cos_val;
|
||||
}
|
||||
|
||||
#if EFI_PROD_CODE
|
||||
extern "C" void __cxa_pure_virtual(void) {
|
||||
osalSysHalt("Pure virtual function call.");
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue