summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-14 23:45:42 -0400
committerLioncash <mathew1800@gmail.com>2018-08-14 23:47:53 -0400
commit67b015d76b704de4efa69d921559cc50b512fa25 (patch)
treea49b7bd476ea6ed510da0c1d8bb2b91227f3569b /Source/Core/InputCommon/ControllerInterface
parentfb382e90ebe65d23cffc6d927470ca8ad1c3efb4 (diff)
Arm64Emitter: Get rid of a pointer cast within SetJumpTarget()
Type punning like this is undefined behavior. Instead, we use std::memcpy to copy the necessary data over, which is well defined (as it treats both the source and destination as unsigned char).
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
0 files changed, 0 insertions, 0 deletions