Skip to content

Commit 3b1078b

Browse files
committed
Add node/2 BIF
1 parent c2f57c9 commit 3b1078b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libAtomVM/bifs.gperf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ struct BifNameAndPtr
3737
%%
3838
erlang:self/0, {.bif.base.type = BIFFunctionType, .bif.bif0_ptr = bif_erlang_self_0}
3939
erlang:node/0, {.bif.base.type = BIFFunctionType, .bif.bif0_ptr = bif_erlang_node_0}
40+
erlang:node/1, {.bif.base.type = BIFFunctionType, .bif.bif0_ptr = bif_erlang_node_0}
4041
erlang:length/1, {.gcbif.base.type = GCBIFFunctionType, .gcbif.gcbif1_ptr = bif_erlang_length_1}
4142
erlang:byte_size/1, {.gcbif.base.type = GCBIFFunctionType, .gcbif.gcbif1_ptr = bif_erlang_byte_size_1}
4243
erlang:bit_size/1, {.gcbif.base.type = GCBIFFunctionType, .gcbif.gcbif1_ptr = bif_erlang_bit_size_1}

0 commit comments

Comments
 (0)