~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/compiler/src/beam_disasm.hrl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
%%
10
10
%% Possibly the following type declaration does not belong here...
11
11
%%
12
 
-type(beam_instr() :: 'bs_init_writable' | 'fclearerror' | 'if_end'
 
12
-type beam_instr() :: 'bs_init_writable' | 'fclearerror' | 'if_end'
13
13
                    | 'remove_message' | 'return' | 'send' | 'timeout'
14
 
                    | tuple()).  %% XXX: Very underspecified - FIX THIS
 
14
                    | tuple().  %% XXX: Very underspecified - FIX THIS
15
15
 
16
16
%%
17
17
%% This is a labeled_export tuple returned by beam_lib:chunks/2.
18
18
%% It has the form {fun_name(), arity(), label()}.
19
19
%% DOES NOT BELONG HERE - IT BELONGS IN beam_lib.hrl BUT THERE IS NO SUCH FILE
20
20
%%
21
 
-type(lbl_export() :: {atom(), byte(), non_neg_integer()}).
 
21
-type lbl_export() :: {atom(), byte(), non_neg_integer()}.
22
22
 
23
23
%%-----------------------------------------------------------------------
24
24
%% Record definitions