Merge zizzer.eecs.umich.edu:/bk/newmem/
into zeep.eecs.umich.edu:/home/gblack/m5/newmemmemops --HG-- extra : convert_revision : dc165840841bdd88e40111b98d1be493441703f0
This commit is contained in:
@@ -696,7 +696,7 @@ class ScalarBase : public DataAccess
|
||||
|
||||
protected:
|
||||
/** The storage of this stat. */
|
||||
char storage[sizeof(Storage)];
|
||||
char storage[sizeof(Storage)] __attribute__ ((aligned (8)));
|
||||
|
||||
/** The parameters for this stat. */
|
||||
Params params;
|
||||
@@ -1637,7 +1637,7 @@ class DistBase : public DataAccess
|
||||
|
||||
protected:
|
||||
/** The storage for this stat. */
|
||||
char storage[sizeof(Storage)];
|
||||
char storage[sizeof(Storage)] __attribute__ ((aligned (8)));
|
||||
|
||||
/** The parameters for this stat. */
|
||||
Params params;
|
||||
|
||||
Reference in New Issue
Block a user