diff options
| author | Björn-Egil Dahlberg <[email protected]> | 2010-06-02 16:04:53 +0200 |
|---|---|---|
| committer | Raimo Niskanen <[email protected]> | 2010-06-03 14:54:23 +0200 |
| commit | 63751e0554dfb35a63d572aaca2f1fc37e1c12fe (patch) | |
| tree | 067cf0be56207f29f77b3cffb980eacb5f0a08ac | |
| parent | a46147d5297207f4c9d784748b9cff9d6ca299fd (diff) | |
| download | otp-63751e0554dfb35a63d572aaca2f1fc37e1c12fe.tar.gz otp-63751e0554dfb35a63d572aaca2f1fc37e1c12fe.tar.bz2 otp-63751e0554dfb35a63d572aaca2f1fc37e1c12fe.zip | |
Fix ops.tab to include i_return_time_trace
Without the instruction defined in ops the interpreter will not
compile when using NO_JUMPTABLE.
| -rw-r--r-- | erts/emulator/beam/ops.tab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/ops.tab b/erts/emulator/beam/ops.tab index 32abdccd7b..a2439d5582 100644 --- a/erts/emulator/beam/ops.tab +++ b/erts/emulator/beam/ops.tab @@ -85,6 +85,7 @@ i_mtrace_breakpoint i_debug_breakpoint i_count_breakpoint i_time_breakpoint +i_return_time_trace i_return_to_trace i_yield i_global_cons |
