diff options
| author | Ian Douglas Scott <ian@iandouglasscott.com> | 2023-04-05 18:42:36 -0700 |
|---|---|---|
| committer | Ian Douglas Scott <ian@iandouglasscott.com> | 2023-04-12 17:58:15 -0700 |
| commit | 2ac8dee44fe81c75d998597d236b23470f41142e (patch) | |
| tree | 8200ee8de1dc7e97a9c8bd4260eea88df836f69b /compiler/rustc_span/src | |
| parent | 5ca6e98f133744d147f9c84e83482912ac840406 (diff) | |
| download | rust-2ac8dee44fe81c75d998597d236b23470f41142e.tar.gz rust-2ac8dee44fe81c75d998597d236b23470f41142e.zip | |
Add inline assembly support for m68k
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 7affad9aa01..03b522bc63a 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1173,7 +1173,9 @@ symbols! { reg32, reg64, reg_abcd, + reg_addr, reg_byte, + reg_data, reg_iw, reg_nonzero, reg_pair, |
