Deleted Added
sdiff udiff text old ( 10810:683ab55819fd ) new ( 11166:9818190de72e )
full compact
1/*
2 * Copyright (c) 2015 Ruslan Bukin <br@bsdpad.com>
3 * All rights reserved.
4 *
5 * This software was developed by the University of Cambridge Computer
6 * Laboratory as part of the CTSRD Project, with support from the UK Higher
7 * Education Innovation Fund (HEIF).
8 *

--- 51 unchanged lines hidden (view full) ---

60 // convert parameter to ns
61 if (argDivToNs)
62 time /= argDivToNs;
63
64 time *= argMultToNs;
65
66 SkipFuncEvent::process(tc);
67
68 PseudoInst::quiesceNs(tc, time);
69}
70
71} // namespace FreeBSD