emulators/citra: unbreak on i386 after r490096
In file included from teakra/src/test_generator.cpp:10: teakra/src/./test.h:37:1: fatal error: static_assert failed static_assert(sizeof(TestCase) == 4312); ^ ~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout
This commit is contained in:
parent
329bce59cc
commit
ad805aa328
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490327
13
emulators/citra/files/patch-externals_teakra_src_test.h
Normal file
13
emulators/citra/files/patch-externals_teakra_src_test.h
Normal file
@ -0,0 +1,13 @@
|
||||
https://github.com/wwylele/teakra/pull/35
|
||||
|
||||
--- externals/teakra/src/test.h.orig 2018-12-21 16:34:51 UTC
|
||||
+++ externals/teakra/src/test.h
|
||||
@@ -31,7 +31,7 @@ static_assert(std::is_trivially_copyable_v<State>);
|
||||
|
||||
struct TestCase {
|
||||
State before, after;
|
||||
- u16 opcode, expand;
|
||||
+ u16 opcode, expand, unused;
|
||||
};
|
||||
|
||||
static_assert(sizeof(TestCase) == 4312);
|
Loading…
Reference in New Issue
Block a user