Skip to content
Snippets Groups Projects
Commit a34b46c2 authored by Heiko Falk's avatar Heiko Falk
Browse files

Added some volatile specifiers.

parent 3ace7077
Branches
No related tags found
No related merge requests found
...@@ -31,10 +31,10 @@ typedef unsigned size_t; ...@@ -31,10 +31,10 @@ typedef unsigned size_t;
#define LITTLE_ENDIAN #define LITTLE_ENDIAN
#define NULL ((void*)0) #define NULL ((void*)0)
extern unsigned char sha_data[32743]; extern unsigned volatile char sha_data[32743];
struct SHA_MY_FILE { struct SHA_MY_FILE {
unsigned char *data; unsigned volatile char *data;
size_t size; size_t size;
unsigned cur_pos; unsigned cur_pos;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment