aboutsummaryrefslogtreecommitdiff
path: root/sim/common/hw-alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/hw-alloc.c')
-rw-r--r--sim/common/hw-alloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/common/hw-alloc.c b/sim/common/hw-alloc.c
index 7244baa..406ffbf 100644
--- a/sim/common/hw-alloc.c
+++ b/sim/common/hw-alloc.c
@@ -27,7 +27,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <stdlib.h>
#endif
-struct hw_alloc_data {
+struct hw_alloc_data
+{
void *alloc;
struct hw_alloc_data *next;
};