nigel 21c4e9da5b Building on GCC 2 causes errors:
../uae_cpu/gencpu.c: In function `void gen_opcode(long unsigned int)':
../uae_cpu/gencpu.c:874: conversion from `unsigned int' to `enum wordsizes'
../uae_cpu/gencpu.c:875: conversion from `unsigned int' to `enum amodes'
due to mismatching of types in struct instr and types in function prototypes.
However, this only started happening recently and I don't know why :-(
2003-04-01 05:26:07 +00:00
Description
Basilisk II and SheepShaver Macintosh emulators
22 MiB
Languages
C++ 66.1%
C 26.4%
M4 2.6%
Objective-C++ 1.7%
Assembly 1.2%
Other 1.9%