* Added support for doing shifts by helper functions
[fw/sdcc] / src / avr / main.c
index 6685a116bafbcfe76777bc83e8337f99f5d4ba98..a9bcd4696ce99e285b9adc059323d2c13cf772db 100644 (file)
@@ -190,7 +190,8 @@ PORT avr_port = {
         -1, 1, 4, 1, 1, 0},
        /* avr has an 8 bit mul */
        {
-        1, 0},
+          1, -1
+        },
        "_",
        _avr_init,
        _avr_parseOptions,
@@ -203,6 +204,7 @@ PORT avr_port = {
        _avr_genIVT,
        _avr_reset_regparm,
        _avr_regparm,
+        NULL,
        NULL,
        FALSE,
        0,                      /* leave lt */