projects
/
platform
/
upstream
/
orc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13beaca
)
Fix warnings
author
David Schleef
<ds@schleef.org>
Wed, 11 Aug 2010 08:35:38 +0000
(
01:35
-0700)
committer
David Schleef
<ds@schleef.org>
Wed, 11 Aug 2010 08:35:38 +0000
(
01:35
-0700)
orc/orccompiler.c
patch
|
blob
|
history
diff --git
a/orc/orccompiler.c
b/orc/orccompiler.c
index
71df817
..
d9a8d75
100644
(file)
--- a/
orc/orccompiler.c
+++ b/
orc/orccompiler.c
@@
-422,6
+422,7
@@
get_load_opcode_for_size (int size)
default:
ORC_ASSERT(0);
}
+ return NULL;
}
static OrcStaticOpcode *
@@
-439,6
+440,7
@@
get_loadp_opcode_for_size (int size)
default:
ORC_ASSERT(0);
}
+ return NULL;
}
static OrcStaticOpcode *
@@
-456,6
+458,7
@@
get_store_opcode_for_size (int size)
default:
ORC_ASSERT(0);
}
+ return NULL;
}
void