Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xorg
driver
xf86-video-qxl
Commits
4d7160c4
Commit
4d7160c4
authored
Oct 28, 2016
by
François Gouget
Committed by
Jonathon Jongsma
Nov 02, 2016
Browse files
spiceqxl: Remove an unused macro
Signed-off-by:
Francois Gouget
<
fgouget@codeweavers.com
>
parent
9739b6a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/spiceqxl_io_port.c
View file @
4d7160c4
...
...
@@ -44,17 +44,6 @@
ret = &m_item->el; \
}
#undef SPICE_RING_CONS_ITEM
#define SPICE_RING_CONS_ITEM(r, ret) { \
typeof(r) start = r; \
typeof(r) end = r + 1; \
uint32_t cons = (r)->cons & SPICE_RING_INDEX_MASK(r); \
typeof(&(r)->items[cons]) m_item = &(r)->items[cons]; \
if (!((uint8_t*)m_item >= (uint8_t*)(start) && (uint8_t*)(m_item + 1) <= (uint8_t*)(end))) { \
abort(); \
} \
ret = &m_item->el; \
}
static
int
spiceqxl_io_port_debug_level
=
-
1
;
...
...
Bugzilla Migration User
@bugzilla-migration
mentioned in issue
#3
·
Aug 10, 2018
mentioned in issue
#3
mentioned in issue #3
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment