Char bug seems to be fixed in the newer version of sdcc.
This commit is contained in:
parent
7b402d38f8
commit
eb39a24ad8
|
@ -27,7 +27,7 @@
|
|||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: z80def.h,v 1.1 2007/09/07 04:59:06 matsutsuka Exp $
|
||||
* $Id: z80def.h,v 1.2 2007/09/19 12:44:01 matsutsuka Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
|||
#define CC_CONF_FUNCTION_POINTER_ARGS 1
|
||||
#define CC_CONF_FASTCALL
|
||||
#define CC_CONF_VA_ARGS 1
|
||||
#define CC_CONF_UNSIGNED_CHAR_BUGS 1
|
||||
#define CC_CONF_UNSIGNED_CHAR_BUGS 0
|
||||
#define CC_CONF_REGISTER_ARGS 0
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue