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
b2df6768d8
commit
f2c2972d4f
1 changed files with 2 additions and 3 deletions
5
code.rs
5
code.rs
|
|
@ -22,8 +22,7 @@ pub unsafe fn fn12_rs() {
|
|||
|
||||
let mut v31: (bool, u8, usize, f32) = Default::default();
|
||||
|
||||
let mut v39: (usize, ([u32; 6], usize, *mut [u32; 6])) =
|
||||
(0, ([0; 6], 0, ptr::null_mut()));
|
||||
let mut v39: (usize, [u32; 6]) = (0, [0; 6]);
|
||||
|
||||
// Taken
|
||||
'l2: loop {
|
||||
|
|
@ -34,7 +33,7 @@ pub unsafe fn fn12_rs() {
|
|||
match v8 {
|
||||
13978819448286864680 => {
|
||||
// Taken
|
||||
v39.1 .0 = [2262110980_u32; 6];
|
||||
v39.1 = [2262110980_u32; 6];
|
||||
v8 = 2;
|
||||
v39.0 = 6;
|
||||
let v17 = v33.2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue