diff options
author | Kostis Sagonas <[email protected]> | 2019-06-12 22:52:28 +0200 |
---|---|---|
committer | Kostis Sagonas <[email protected]> | 2019-06-12 22:52:28 +0200 |
commit | f52934c9089f8852f23ee4f8c3162ca060b141bf (patch) | |
tree | 4da2ad51e62c79c0c020be0e5f00b4cfe1e3268c | |
parent | 1fd0c567f14f67c681c7cc54950232e82001f0f5 (diff) | |
download | otp-f52934c9089f8852f23ee4f8c3162ca060b141bf.tar.gz otp-f52934c9089f8852f23ee4f8c3162ca060b141bf.tar.bz2 otp-f52934c9089f8852f23ee4f8c3162ca060b141bf.zip |
Add lc_graph in the allowed arguments of get_internal_state/1
The code contains a call to the erts_debug:get_internal_state/1 BIF with
an atom that is not specified in the allowed arguments of this BIF.
-rw-r--r-- | lib/kernel/src/erts_debug.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/src/erts_debug.erl b/lib/kernel/src/erts_debug.erl index e6a30d0b92..42261d371d 100644 --- a/lib/kernel/src/erts_debug.erl +++ b/lib/kernel/src/erts_debug.erl @@ -92,7 +92,7 @@ copy_shared(_) -> -spec get_internal_state(W) -> term() when W :: reds_left | node_and_dist_references | monitoring_nodes - | next_pid | 'DbTable_words' | check_io_debug + | next_pid | 'DbTable_words' | check_io_debug | lc_graph | process_info_args | processes | processes_bif_info | max_atom_out_cache_index | nbalance | available_internal_state | force_heap_frags | memory |