Committing sanitize changes

This commit is contained in:
Geoffrey Noer 1997-02-02 06:49:44 +00:00
parent e9797c8ae5
commit e385d6e03e
5 changed files with 37 additions and 3 deletions

View file

@ -95,7 +95,7 @@ mn10300_frame_chain (fi)
{
/* printf("scanning prologue\n"); */
/* FIXME -- fill out this case later */
return 0x666; /* bogus value */
return 0x0; /* bogus value */
}
if (past_prologue) /* if we don't need to scan the prologue */