We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed67fd5 commit 1dfd2ecCopy full SHA for 1dfd2ec
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 42b13c1db39383840e49794443930acae7b3c477
+refs/heads/master: 0459e38bde043cff95f026df6ca5482a93f287cc
trunk/src/rt/memory_region.h
@@ -19,6 +19,7 @@ class memory_region {
19
uint32_t magic;
20
int index;
21
const char *tag;
22
+ uint32_t pad; // To stay 16 byte aligned.
23
char data[];
24
};
25
0 commit comments