Lioncash 67b015d76b 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).
2018-08-14 23:47:53 -04:00
..
2016-12-06 20:33:53 +01:00
2018-04-12 21:28:39 +02:00
2018-04-12 21:28:39 +02:00
2018-05-27 18:48:09 -04:00
2018-04-12 21:28:39 +02:00
2018-04-12 21:28:39 +02:00
2017-08-22 16:40:34 +02:00
2018-04-12 21:28:39 +02:00
2018-04-12 21:28:39 +02:00
2018-08-13 12:17:56 -07:00
2018-06-03 14:53:56 +02:00
2018-06-03 14:53:56 +02:00
2018-04-12 21:28:39 +02:00
2018-04-12 21:28:39 +02:00
2016-07-16 22:48:46 +02:00
2017-08-03 13:29:59 -07:00
2018-04-12 21:28:39 +02:00
2018-04-12 21:28:39 +02:00
2018-05-31 17:54:43 +02:00
2018-04-12 21:28:39 +02:00
2018-05-11 09:19:30 -04:00
2018-04-12 21:28:39 +02:00
2018-07-19 18:09:20 -04:00