summaryrefslogtreecommitdiffstats
path: root/tapset/timestamp.stp
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/timestamp.stp')
-rw-r--r--tapset/timestamp.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/timestamp.stp b/tapset/timestamp.stp
index 0b9d350a..1980932a 100644
--- a/tapset/timestamp.stp
+++ b/tapset/timestamp.stp
@@ -16,7 +16,7 @@
*
* Return the processor cycle counter value, or 0 if unavailable.
*/
-function get_cycles:long () %{ /* pure */
+function get_cycles:long () %{ /* pure */ /* unprivileged */
cycles_t c = get_cycles();
THIS->__retvalue = (int64_t) c;
%}