aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/export.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2012-01-13 21:29:49 +0100
committerSverker Eriksson <[email protected]>2012-02-21 12:22:57 +0100
commit587e7c4a43e5650637390719dc9df2586368d60b (patch)
treed77d487c775fd84bb73ec21e8b5de30b1ea089c5 /erts/emulator/beam/export.h
parent9df5bbccee7f50e11969ed41035ee8bc4bf5f42a (diff)
downloadotp-587e7c4a43e5650637390719dc9df2586368d60b.tar.gz
otp-587e7c4a43e5650637390719dc9df2586368d60b.tar.bz2
otp-587e7c4a43e5650637390719dc9df2586368d60b.zip
erts: First refactor step of export table
Diffstat (limited to 'erts/emulator/beam/export.h')
-rw-r--r--erts/emulator/beam/export.h2
1 files changed, 1 insertions, 1 deletions
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. */