mirror of
https://github.com/Noratrieb/rlo-issue-112061.git
synced 2026-01-14 16:35:04 +01:00
more
This commit is contained in:
parent
f5b2bac0f4
commit
55f20f68d2
1 changed files with 2 additions and 4 deletions
6
code.rs
6
code.rs
|
|
@ -12,15 +12,12 @@ pub unsafe fn fn12_rs() {
|
|||
let v20_ptr = ptr::addr_of_mut!(v20);
|
||||
let mut v12: *mut u8 = core::ptr::addr_of_mut!((*v20_ptr)[v9]);
|
||||
v9 = 2_usize; // unused but necessary write
|
||||
loop {
|
||||
loop { // only runs once, but necessary
|
||||
match *v12 {
|
||||
197 => {
|
||||
// Taken
|
||||
v8 = 13978819448286864680_u64;
|
||||
let mut v33: *mut bool = core::ptr::addr_of_mut!(v2);
|
||||
|
||||
let mut v31: (bool, u8, usize, f32) = Default::default();
|
||||
|
||||
let mut v39: (usize, [u32; 6]) = (0, [0; 6]);
|
||||
|
||||
// Taken
|
||||
|
|
@ -56,6 +53,7 @@ pub unsafe fn fn12_rs() {
|
|||
}
|
||||
}
|
||||
_ => {
|
||||
// Dead code but necessary
|
||||
v12 = core::ptr::addr_of_mut!((*v20_ptr)[2]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue