YJIT: Fix an unused field warning in DumpDisasm
.
This commit is contained in:
parent
657c8db8de
commit
91bbb78313
@ -125,6 +125,7 @@ pub enum DumpDisasm {
|
|||||||
// Dump to stdout
|
// Dump to stdout
|
||||||
Stdout,
|
Stdout,
|
||||||
// Dump to "yjit_{pid}.log" file under the specified directory
|
// Dump to "yjit_{pid}.log" file under the specified directory
|
||||||
|
#[cfg_attr(not(feature = "disasm"), allow(dead_code))]
|
||||||
File(std::os::unix::io::RawFd),
|
File(std::os::unix::io::RawFd),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user