Skip to content
Snippets Groups Projects
Commit 58ad906d authored by Stefan Dierauf's avatar Stefan Dierauf
Browse files

whoops no volatile

parent e99ba0fa
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -16,8 +16,8 @@ class Primes { ...@@ -16,8 +16,8 @@ class Primes {
} }
private: private:
volatile int prime_count; int prime_count;
volatile int primes[25000]; int primes[25000];
}; };
int main() { int main() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment