Improve cxx_virtual comment base on findings by @wavexx

pull/185/head
D.R.racer 2022-06-18 12:20:34 +02:00
parent a2df917974
commit 13f42cc8d2
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ int main() {
return 0;
}
// make lto happy...
// avoid avr-gcc 5.4 link time code generation bug
extern "C" void __cxa_pure_virtual() {
while (1)
;