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:
Jan Beich 2019-01-15 00:52:22 +00:00
parent 329bce59cc
commit ad805aa328
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490327

View 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);