diff options
author | Luca Favatella <[email protected]> | 2015-12-06 21:37:42 +0000 |
---|---|---|
committer | Luca Favatella <[email protected]> | 2015-12-08 08:34:34 +0000 |
commit | bc40e21224e871c9bcbb5c2f27854c308bc4fe01 (patch) | |
tree | 48c10b263a170ad9857d2f9cf5cfc847021e93b9 /README.md | |
parent | 2c2c82d71dd038b347674c31e6b117bc0fec8e2b (diff) | |
download | otp-bc40e21224e871c9bcbb5c2f27854c308bc4fe01.tar.gz otp-bc40e21224e871c9bcbb5c2f27854c308bc4fe01.tar.bz2 otp-bc40e21224e871c9bcbb5c2f27854c308bc4fe01.zip |
Fix compilation with `--enable-vm-probes`
... broken by 3ac08f9b.
Compilation error:
```
beam/erl_message.c: In function 'erts_send_message':
beam/erl_message.c:753:56: error: macro "copy_struct" requires 4 arguments, but only 3 given
utag = copy_struct(DT_UTAG(sender), dt_utag_size, ohp);
^
beam/erl_message.c:753:10: error: 'copy_struct' undeclared (first use in this function)
utag = copy_struct(DT_UTAG(sender), dt_utag_size, ohp);
^
beam/erl_message.c:753:10: note: each undeclared identifier is reported only once for each function it appears in
```
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions