Skip to content

Commit

Permalink
Ioctl/drm: Fix missing member copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonicadvance1 committed Sep 9, 2024
1 parent 8cf23eb commit c4a0fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Ioctl/drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ namespace DRM {
CPYF(props_ptr);
CPYF(prop_values_ptr);
CPYF(count_props);
CPYF(obj_id);
CPYF(obj_type);
}
};
Expand Down

0 comments on commit c4a0fb6

Please sign in to comment.