mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
4ad4a33970
PR: 184298 Submitted by: avilla (myself) Approved by: itechbear@gmail.com (maintainer timeout)
11 lines
325 B
C++
11 lines
325 B
C++
--- ./src/edisassm/Instruction32.h.orig 2011-12-20 22:04:57.000000000 +0100
|
|
+++ ./src/edisassm/Instruction32.h 2013-11-20 18:01:17.389439581 +0100
|
|
@@ -290,7 +290,6 @@
|
|
template <int16_t IMM>
|
|
void Instruction<M>::decode_const_Iw(const uint8_t *buf) {
|
|
UNUSED(buf);
|
|
- UNUSED(size);
|
|
|
|
operand_t &operand = next_operand();
|
|
|