mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
allow dead code for testing
This commit is contained in:
parent
013d3ff461
commit
e65058d75b
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ pub enum X86_64GeneralReg {
|
||||||
R15 = 15,
|
R15 = 15,
|
||||||
}
|
}
|
||||||
impl X86_64GeneralReg {
|
impl X86_64GeneralReg {
|
||||||
|
#[allow(dead_code)]
|
||||||
fn low_8bits_string(&self) -> &str {
|
fn low_8bits_string(&self) -> &str {
|
||||||
match self {
|
match self {
|
||||||
X86_64GeneralReg::RAX => "al",
|
X86_64GeneralReg::RAX => "al",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue