diff options
author | Björn Gustavsson <[email protected]> | 2017-06-12 10:15:59 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-06-12 10:15:59 +0200 |
commit | f7b2933a037f9e7de471424161100567a75975c6 (patch) | |
tree | 842b4141a45106a0a75db2adcbbe06422d6fee20 /lib/compiler/src/Makefile | |
parent | ce460b49cc7515613ce09394f7d04131be79e216 (diff) | |
parent | 09112806c15a81be86730503af36e304ac11d1ed (diff) | |
download | otp-f7b2933a037f9e7de471424161100567a75975c6.tar.gz otp-f7b2933a037f9e7de471424161100567a75975c6.tar.bz2 otp-f7b2933a037f9e7de471424161100567a75975c6.zip |
Merge pull request #1483 from bjorng/bjorn/compiler/bsm-anno/ERIERL-30
Fix unsafe bit syntax matching optimization
Diffstat (limited to 'lib/compiler/src/Makefile')
-rw-r--r-- | lib/compiler/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/src/Makefile b/lib/compiler/src/Makefile index 59b80ade5d..f06b8b9ec3 100644 --- a/lib/compiler/src/Makefile +++ b/lib/compiler/src/Makefile @@ -83,6 +83,7 @@ MODULES = \ core_scan \ erl_bifs \ rec_env \ + sys_core_bsm \ sys_core_dsetel \ sys_core_fold \ sys_core_fold_lists \ |