Hose wie Jacke
|
4c4d94e43b
|
simio/tracer: fix output format
This commit adds ":" after "SMCLK".
Previous output:
MCLK: ...
SMCLK ...
ACLK: ...
Current output:
MCLK: ...
SMCLK: ...
ACLK: ...
|
2021-05-12 10:01:45 +12:00 |
Daniel Beer
|
7113fd2e50
|
disassemble: look only for exact symbol matches for operands.
|
2013-01-31 15:31:42 +13:00 |
Daniel Beer
|
56ffd537b6
|
Fixed long long formatting for MinGW.
MinGW uses %I64d instead of %lld.
|
2012-10-04 14:33:05 +12:00 |
Daniel Beer
|
ff42788071
|
printc: add printf attribute.
|
2012-08-17 07:37:56 +12:00 |
Tamas TEVESZ
|
d98d990752
|
Kill unused variables
Mark those that are unused but can't be killed accordingly.
|
2011-11-15 09:26:35 +13:00 |
Tamas TEVESZ
|
2fe1580843
|
Kill "unsigned op 0" comparisons
- simio/simio.c, simio/simio_gpio.c, simio_timer.c, simio_tracer.c, util/dis.c
Kill unused variables
- util/expr.c, util/output_util.c
|
2011-11-13 16:46:33 +13:00 |
Daniel Beer
|
7f4fdfb4f2
|
Restructuring: move IO simulator into simio/
|
2011-09-14 16:08:54 +12:00 |