removed forgotten printf
authornotaz <notasas@gmail.com>
Sun, 6 Jul 2008 12:03:55 +0000 (12:03 +0000)
committernotaz <notasas@gmail.com>
Sun, 6 Jul 2008 12:03:55 +0000 (12:03 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@527 be3aeb3a-fb24-0410-a615-afba39da0efa

cpu/fame/famec.c

index ba1c893..aa0a9d8 100644 (file)
@@ -5032,7 +5032,7 @@ init_jump_table:
        JumpTable[real_op] = CAST_OP(normal_handler)\r
 \r
 idle_install:\r
-       printf("install..\n");\r
+       // printf("install..\n");\r
        INSTALL_IDLE(0x71fa, 0x66fa, idle_detector_bcc8, 0x6601_idle, 0x6601);\r
        INSTALL_IDLE(0x71f8, 0x66f8, idle_detector_bcc8, 0x6601_idle, 0x6601);\r
        INSTALL_IDLE(0x71f6, 0x66f6, idle_detector_bcc8, 0x6601_idle, 0x6601);\r
@@ -5046,7 +5046,7 @@ idle_install:
        return 0;\r
 \r
 idle_remove:\r
-       printf("remove..\n");\r
+       // printf("remove..\n");\r
        UNDO_IDLE(0x71fa, 0x66fa, 0x6601);\r
        UNDO_IDLE(0x71f8, 0x66f8, 0x6601);\r
        UNDO_IDLE(0x71f6, 0x66f6, 0x6601);\r