|
From: <sv...@va...> - 2012-01-02 16:17:12
|
Author: florian
Date: 2012-01-02 16:12:30 +0000 (Mon, 02 Jan 2012)
New Revision: 12325
Log:
Terminate comment correctly.
Modified:
trunk/coregrind/m_dispatch/dispatch-s390x-linux.S
Modified: trunk/coregrind/m_dispatch/dispatch-s390x-linux.S
===================================================================
--- trunk/coregrind/m_dispatch/dispatch-s390x-linux.S 2011-12-30 03:09:45 UTC (rev 12324)
+++ trunk/coregrind/m_dispatch/dispatch-s390x-linux.S 2012-01-02 16:12:30 UTC (rev 12325)
@@ -106,7 +106,7 @@
stfpc S390_LOC_SAVED_FPC_V
/* Load the FPC the way the client code wants it. I.e. pull the
- value from the guest state.
+ value from the guest state. */
lfpc OFFSET_s390x_fpc(%r13)
/* Get the IA from the guest state */
|