Message266256
| Author | mark.dickinson |
|---|---|
| Recipients | Demur Rumed, mark.dickinson, serhiy.storchaka |
| Date | 2016-05-24.17:37:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1464111444.5.0.978926162531.issue27097@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This assignment:
oparg = *(unsigned short*)next_instr
has undefined behaviour, according to the C standards. I'm not sure it's a good idea to introduce this into the core. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-05-24 17:37:24 | mark.dickinson | set | recipients: + mark.dickinson, serhiy.storchaka, Demur Rumed |
| 2016-05-24 17:37:24 | mark.dickinson | set | messageid: <1464111444.5.0.978926162531.issue27097@psf.upfronthosting.co.za> |
| 2016-05-24 17:37:24 | mark.dickinson | link | issue27097 messages |
| 2016-05-24 17:37:24 | mark.dickinson | create | |