Revision 7b59220e target-arm/op_helper.c

b/target-arm/op_helper.c
17 17
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
18 18
 */
19 19
#include "exec.h"
20
#include "helpers.h"
20
#include "helper.h"
21 21

  
22 22
#define SIGNBIT (uint32_t)0x80000000
23 23
#define SIGNBIT64 ((uint64_t)1 << 63)

Also available in: Unified diff