FreeCalypso > hg > tcs211-l1-reconst
comparison chipsetsw/layer1/tm_cfile/l1tm_async.c @ 220:ea1020598734
l1tm_async.c: l1tm_initialize() call was reconstructed incorrectly
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 14 Jan 2017 22:08:10 +0000 |
parents | 2747f2383450 |
children | 5aeabd5e6ded |
comparison
equal
deleted
inserted
replaced
219:2747f2383450 | 220:ea1020598734 |
---|---|
248 tm_ret.cid = prim->cid; | 248 tm_ret.cid = prim->cid; |
249 | 249 |
250 switch (prim->cid) | 250 switch (prim->cid) |
251 { | 251 { |
252 case TM_INIT: | 252 case TM_INIT: |
253 l1tm_initialize(prim, &tm_ret); | 253 l1tm_initialize(&tm_ret); |
254 break; | 254 break; |
255 case TM_MODE_SET: | 255 case TM_MODE_SET: |
256 l1tm_mode_set(prim, &tm_ret); | 256 l1tm_mode_set(prim, &tm_ret); |
257 break; | 257 break; |
258 case VERSION_GET: | 258 case VERSION_GET: |