From 587e7c4a43e5650637390719dc9df2586368d60b Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Fri, 13 Jan 2012 21:29:49 +0100 Subject: erts: First refactor step of export table --- erts/emulator/beam/export.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'erts/emulator/beam/export.h') diff --git a/erts/emulator/beam/export.h b/erts/emulator/beam/export.h index c604fdf7c3..47e5a2c1d1 100644 --- a/erts/emulator/beam/export.h +++ b/erts/emulator/beam/export.h @@ -31,9 +31,9 @@ /* ** Export entry */ + typedef struct export { - IndexSlot slot; /* MUST BE LOCATED AT TOP OF STRUCT!!! */ void* address; /* Pointer to code for function. */ struct binary* match_prog_set; /* Match program for tracing. */ -- cgit v1.2.3