Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.tgxn.net

9 replies

beehaw.org

You should add returns ray detected outside of while loop

8

That resembles some of my PowerShell waaay too much. If it wasn't for the cosmic ray thing, I thought this was my GitHub...

3

Iirc the issue was that while(true) would be removed while it should be replaced with ret and this caused a bug where the binary would execute next function

But I believe this way of cosmic ray detection would work

volatile bool condition = true;
while(condition) {
}
printf("Cosmic ray detected");
4

You reached the end

Cosmic Rays? | Spyke