mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
tcg: get rid of copy_size in TCGOpDef
copy_size is a left-over from the dyngen era, remove it. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
590bf491a4
commit
239fda311a
6 changed files with 4 additions and 22 deletions
|
@ -22,7 +22,7 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
#ifndef DEF2
|
||||
#define DEF2(name, oargs, iargs, cargs, flags) DEF(name, oargs + iargs + cargs, 0)
|
||||
#define DEF2(name, oargs, iargs, cargs, flags) DEF(name, oargs + iargs + cargs)
|
||||
#endif
|
||||
|
||||
/* predefined ops */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue