Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(595)

Unified Diff: core/unix/signal_linux_arm.c

Issue 175430044: i#1551 Port DynamoRIO to ARM: fix link error for ARM build (Closed) Base URL: https://dynamorio.googlecode.com/svn/trunk
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/fragment.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/unix/signal_linux_arm.c
diff --git a/core/unix/signal_linux_arm.c b/core/unix/signal_linux_arm.c
index 4e6cd5774883d318b6df409911ad9bcc5a8b4d15..ce8f8136abb0cd8fe36b9aa03e68d5da5892a982 100644
--- a/core/unix/signal_linux_arm.c
+++ b/core/unix/signal_linux_arm.c
@@ -48,6 +48,16 @@
/**** floating point support ********************************************/
+/* We can't tell whether the app has used fpstate yet so we preserve every time
+ * (i#641 covers optimizing that)
+ */
+void
+save_fpstate(dcontext_t *dcontext, sigframe_rt_t *frame)
+{
+ /* FIXME i#1551: NYI on ARM */
+ ASSERT_NOT_IMPLEMENTED(false);
+}
+
#ifdef DEBUG
void
« no previous file with comments | « core/fragment.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b