* Added support for doing shifts by helper functions
[fw/sdcc] / src / avr / main.c
index 5ddc571edb913f02886b5e2474415998c047fe6a..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,