Update Interfaces.cpp

This commit is contained in:
0TheSpy
2021-06-16 19:57:01 +03:00
committed by GitHub
parent 9e7f95e3ff
commit 26ddf966a9

View File

@ -160,6 +160,7 @@ void IF::Init()
#ifdef DEBUG #ifdef DEBUG
printf("Prime found at %x\n", prime); printf("Prime found at %x\n", prime);
#endif #endif
//memcpy(oldprime, prime, 5);
} }