mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-31 11:20:03 +00:00
fix run
This commit is contained in:
committed by
Ryan Fleury
parent
7d77210a5f
commit
32a22779da
+1
-1
@@ -1084,7 +1084,7 @@ lnk_section_contrib_ptr_is_before(void *raw_a, void *raw_b)
|
||||
|
||||
if (a->u.sort_idx_size <= 1 && b->u.sort_idx_size <= 1) {
|
||||
if (a->u.sort_idx_size == b->u.sort_idx_size) {
|
||||
cmp = cmp = u32_compar(&a->u.obj_idx, &b->u.obj_idx);
|
||||
cmp = u32_compar(&a->u.obj_idx, &b->u.obj_idx);
|
||||
if (cmp == 0) {
|
||||
cmp = u32_compar(&a->u.obj_sect_idx, &b->u.obj_sect_idx);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user