Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

bochs-2.2.6-gdbstub-ENN.patch

Blame
    • h-attak's avatar
      de55c026
      Initial Commit - Base UWE Pintos Implementation · de55c026
      h-attak authored
      - Added all source files from the initial UWE version of Pintos repository.
      Commits history was irrelevant in the original project, starting from no
      previous commits here.
      - Added a .gitignore, so that binary and meaningless files won't get committed.
      
      - Updated and moved the README.md file to be used properly by GitLab.
      de55c026
      History
      Initial Commit - Base UWE Pintos Implementation
      h-attak authored
      - Added all source files from the initial UWE version of Pintos repository.
      Commits history was irrelevant in the original project, starting from no
      previous commits here.
      - Added a .gitignore, so that binary and meaningless files won't get committed.
      
      - Updated and moved the README.md file to be used properly by GitLab.
    bochs-2.2.6-gdbstub-ENN.patch 810 B
    --- bochs-2.2.6/gdbstub.cc	2006-01-17 12:15:29.000000000 -0500
    +++ bochs-2.2.6-patched/gdbstub.cc	2007-02-06 23:04:51.095523904 -0500
    @@ -515,7 +515,7 @@
                             }
                           else
                             {
    -                           put_reply("ENN");
    +                           put_reply("Eff");
                             }
                        }
                      break;                    
    @@ -761,7 +761,7 @@
                   }
                 else
                   {
    -                 put_reply("ENN");
    +                 put_reply("Eff");
                   }
                 break;
                 
    @@ -782,7 +782,7 @@
                   }
                 else
                   {
    -                 put_reply("ENN");
    +                 put_reply("Eff");
                   }          
                 break;