fix failing lint warnings in beta build

This commit is contained in:
Skgland
2021-11-11 18:53:08 +01:00
parent 1d2a838717
commit 7bc4876071
5 changed files with 12 additions and 12 deletions

View File

@@ -109,7 +109,7 @@ pub(crate) struct OrFramePrelude {
pub(crate) b: usize,
pub(crate) bp: LocalCodePtr,
pub(crate) tr: usize,
pub(crate) pstr_tr: usize,
pub(crate) _pstr_tr: usize,
pub(crate) h: usize,
pub(crate) b0: usize,
}