# HG changeset patch
# User Martin Troxler <ch1010277@ch10pc446>
# Date 1291099029 -3600
# Node ID 5da31ecf3a87b37193afa0098ef44c420409acf6
# Parent  e69a5bb5cb487bd9947d566cd4b004c47a540652
fixed compiling without EC_HAVE_CYCLES (dc_jiffies_app_start_time)

diff -r e69a5bb5cb48 -r 5da31ecf3a87 master/fsm_master.c
--- a/master/fsm_master.c	Mon Nov 29 08:18:11 2010 +0100
+++ b/master/fsm_master.c	Tue Nov 30 07:37:09 2010 +0100
@@ -1006,7 +1006,7 @@
 	do_div(correction,cpu_khz);
 #else
 	correction =
-			(u64) ((datagram->jiffies_sent-slave->master->dc_jiffies_app_time) * 1000 / HZ)
+			(u64) ((datagram->jiffies_sent-slave->master->dc_jiffies_app_start_time) * 1000 / HZ)
 			* 1000000;
 #endif